Skip to content

Commit 793880a

Browse files
authored
[KQP] Use OlapPushdown aggregate in compile service (#23636)
1 parent 31323f2 commit 793880a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kqp/compile_service/kqp_compile_service.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ class TKqpCompileService : public TActorBootstrapped<TKqpCompileService> {
351351

352352
ui32 defaultLangVer = TableServiceConfig.GetDefaultLangVer();
353353

354-
bool enableOlapPushdownAggregate = TableServiceConfig.GetEnableOlapPushdownProjections();
354+
bool enableOlapPushdownAggregate = TableServiceConfig.GetEnableOlapPushdownAggregate();
355355

356356
TableServiceConfig.Swap(event.MutableConfig()->MutableTableServiceConfig());
357357
LOG_INFO(*TlsActivationContext, NKikimrServices::KQP_COMPILE_SERVICE, "Updated config");

0 commit comments

Comments
 (0)