File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
ydb/core/kqp/compile_service Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -318,12 +318,8 @@ class TKqpCompileService : public TActorBootstrapped<TKqpCompileService> {
318
318
319
319
bool enableSnapshotIsolationRW = TableServiceConfig.GetEnableSnapshotIsolationRW ();
320
320
321
- <<<<<<< HEAD
322
- =======
323
- bool enableNewRBO = TableServiceConfig.GetEnableNewRBO ();
324
321
bool enableSpillingInHashJoinShuffleConnections = TableServiceConfig.GetEnableSpillingInHashJoinShuffleConnections ();
325
322
326
- >>>>>>> cf9ba923977 (Use Spilling in Hash Shuffle Connections on Join Inputs (#18261 ))
327
323
TableServiceConfig.Swap (event.MutableConfig ()->MutableTableServiceConfig ());
328
324
LOG_INFO (*TlsActivationContext, NKikimrServices::KQP_COMPILE_SERVICE, " Updated config" );
329
325
You can’t perform that action at this time.
0 commit comments