From a6db73db92a5b7a85bf220ed05004bc7df0776ea Mon Sep 17 00:00:00 2001 From: Pavel Velikhov Date: Sat, 27 Jul 2024 16:37:44 +0300 Subject: Reenabled grace join pragma (#7160) --- ydb/library/yql/dq/opt/dq_opt_phy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ydb/library/yql/dq/opt/dq_opt_phy.cpp b/ydb/library/yql/dq/opt/dq_opt_phy.cpp index 45cd2f9b5b6..22db7700cc4 100644 --- a/ydb/library/yql/dq/opt/dq_opt_phy.cpp +++ b/ydb/library/yql/dq/opt/dq_opt_phy.cpp @@ -2692,7 +2692,7 @@ TExprBase DqBuildJoin(const TExprBase& node, TExprContext& ctx, IOptimizationCon return node; } - if (useHashJoin && (hashJoin == EHashJoinMode::GraceAndSelf || shuffleMapJoin)) { + if (useHashJoin && (hashJoin == EHashJoinMode::GraceAndSelf || hashJoin == EHashJoinMode::Grace || shuffleMapJoin)) { return DqBuildHashJoin(join, hashJoin, ctx, optCtx); } -- cgit v1.3