Skip to content

Commit a6db73d

Browse files
Reenabled grace join pragma (#7160)
1 parent 0b44b05 commit a6db73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)