Skip to content

Commit 34b4ea2

Browse files
committed
Cleanup
1 parent 37315a4 commit 34b4ea2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ydb/core/kqp/compile_service/kqp_compile_actor.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,6 @@ class TKqpCompileActor : public TActorBootstrapped<TKqpCompileActor> {
9696
} else {
9797
Config->_ResultRowsLimit.Clear();
9898
}
99-
100-
if (UserRequestContext && UserRequestContext->IsStreamingQuery) {
101-
Config->HashJoinMode = NYql::NDq::EHashJoinMode::Map;
102-
}
10399
}
104100
PerStatementResult = perStatementResult && Config->EnablePerStatementQueryExecution;
105101

0 commit comments

Comments
 (0)