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.
1 parent 37315a4 commit 34b4ea2Copy full SHA for 34b4ea2
ydb/core/kqp/compile_service/kqp_compile_actor.cpp
@@ -96,10 +96,6 @@ class TKqpCompileActor : public TActorBootstrapped<TKqpCompileActor> {
96
} else {
97
Config->_ResultRowsLimit.Clear();
98
}
99
-
100
- if (UserRequestContext && UserRequestContext->IsStreamingQuery) {
101
- Config->HashJoinMode = NYql::NDq::EHashJoinMode::Map;
102
- }
103
104
PerStatementResult = perStatementResult && Config->EnablePerStatementQueryExecution;
105
0 commit comments