We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66801f1 + 1ac3aba commit 17e06f0Copy full SHA for 17e06f0
ydb/core/kqp/ut/common/kqp_ut_common.h
@@ -98,6 +98,7 @@ struct TKikimrSettings: public TTestFeatureFlagsHolder<TKikimrSettings> {
98
exchangerSettings->SetStartDelayMs(10);
99
exchangerSettings->SetMaxDelayMs(10);
100
AppConfig.MutableColumnShardConfig()->SetDisabledOnSchemeShard(false);
101
+ AppConfig.MutableColumnShardConfig()->SetMaxInFlightIntervalsOnRequest(1);
102
FeatureFlags.SetEnableSparsedColumns(true);
103
FeatureFlags.SetEnableWritePortionsOnInsert(true);
104
FeatureFlags.SetEnableParameterizedDecimal(true);
0 commit comments