Skip to content

Commit ddf25c8

Browse files
committed
fix streamlookup join from multi-partitioned streams
1 parent df20ca5 commit ddf25c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/dq/tasks/dq_connection_builder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ void BuildStreamLookupChannels(TGraph& graph, const NNodes::TDqPhyStage& stage,
216216
auto& originStageInfo = graph.GetStageInfo(cnStreamLookup.Output().Stage());
217217
auto outputIndex = FromString<ui32>(cnStreamLookup.Output().Index().Value());
218218

219-
BuildMapChannels(graph, stageInfo, inputIndex, originStageInfo, outputIndex, false /*spilling*/, logFunc);
219+
BuildUnionAllChannels(graph, stageInfo, inputIndex, originStageInfo, outputIndex, false /*spilling*/, logFunc);
220220
}
221221

222222
template <typename TGraph>

0 commit comments

Comments
 (0)