diff options
author | Hor911 <hor911@ydb.tech> | 2025-05-28 15:11:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-28 12:11:09 +0000 |
commit | 0fc57b3e0db6fa4245973544c9698cf62546f52d (patch) | |
tree | 01264182a761ba70335b45c5c5f509c7ca78dcee | |
parent | 869ee2f10ff433aada3bd8caf738e1184deb95cd (diff) | |
download | ydb-0fc57b3e0db6fa4245973544c9698cf62546f52d.tar.gz |
Fix UT (#18939)
-rw-r--r-- | ydb/core/kqp/ut/runtime/kqp_scan_spilling_ut.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/core/kqp/ut/runtime/kqp_scan_spilling_ut.cpp b/ydb/core/kqp/ut/runtime/kqp_scan_spilling_ut.cpp index 1f255ce8b1c..94ea304bed9 100644 --- a/ydb/core/kqp/ut/runtime/kqp_scan_spilling_ut.cpp +++ b/ydb/core/kqp/ut/runtime/kqp_scan_spilling_ut.cpp @@ -39,6 +39,7 @@ NKikimrConfig::TAppConfig AppCfgLowComputeLimits(double reasonableTreshold, bool auto* ts = appCfg.MutableTableServiceConfig(); ts->SetEnableQueryServiceSpilling(enableSpilling); + ts->SetEnableSpillingInHashJoinShuffleConnections(false); auto* rm = ts->MutableResourceManager(); rm->SetMkqlLightProgramMemoryLimit(100); |