Skip to content

Commit 7137cf8

Browse files
committed
[] ...
1 parent d1e887e commit 7137cf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ydb/core/kqp/provider/yql_kikimr_settings.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ struct TKikimrSettings {
7373
NCommon::TConfSetting<ui32, false> CostBasedOptimizationLevel;
7474
NCommon::TConfSetting<bool, false> UseBlockReader;
7575

76-
NCommon::TConfSetting<NDq::EHashShuffleFuncType , Static> HashShuffleFuncType;
77-
NCommon::TConfSetting<NDq::EHashShuffleFuncType , Static> ColumnShardHashShuffleFuncType;
76+
NCommon::TConfSetting<NDq::EHashShuffleFuncType , false> HashShuffleFuncType;
77+
NCommon::TConfSetting<NDq::EHashShuffleFuncType , false> ColumnShardHashShuffleFuncType;
7878

79-
NCommon::TConfSetting<ui32, Static> MaxDPHypDPTableSize;
79+
NCommon::TConfSetting<ui32, false> MaxDPHypDPTableSize;
8080

8181

8282
NCommon::TConfSetting<ui32, false> MaxTasksPerStage;

0 commit comments

Comments
 (0)