Skip to content

Commit 61f39f2

Browse files
Merge ec114e1 into 0032663
2 parents 0032663 + ec114e1 commit 61f39f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ydb/library/yql/dq/opt/dq_opt_phy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2692,7 +2692,7 @@ TExprBase DqBuildJoin(const TExprBase& node, TExprContext& ctx, IOptimizationCon
26922692
return node;
26932693
}
26942694

2695-
if (useHashJoin && (hashJoin == EHashJoinMode::GraceAndSelf || shuffleMapJoin)) {
2695+
if (useHashJoin && (hashJoin == EHashJoinMode::GraceAndSelf || hashJoin == EHashJoinMode::Grace || shuffleMapJoin)) {
26962696
return DqBuildHashJoin(join, hashJoin, ctx, optCtx);
26972697
}
26982698

0 commit comments

Comments
 (0)