Skip to content

Commit 41f58ef

Browse files
committed
UT fix backport from main
1 parent 8369856 commit 41f58ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/kqp/ut/spilling/kqp_scan_spilling_ut.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ NKikimrConfig::TAppConfig AppCfgLowComputeLimits(double reasonableTreshold, bool
3939
auto* ts = appCfg.MutableTableServiceConfig();
4040

4141
ts->SetEnableQueryServiceSpilling(enableSpilling);
42+
ts->SetEnableSpillingInHashJoinShuffleConnections(false);
4243

4344
auto* rm = ts->MutableResourceManager();
4445
rm->SetMkqlLightProgramMemoryLimit(100);

0 commit comments

Comments
 (0)