Skip to content

Commit

Permalink
Merge 224330a into a458b35
Browse files Browse the repository at this point in the history
  • Loading branch information
pashandor789 authored Nov 25, 2024
2 parents a458b35 + 224330a commit a415de5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ydb/library/yql/dq/opt/dq_opt_join_cost_based.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ TExprBase DqOptimizeEquiJoinWithCosts(
// of the EquiJoin and n-1 argument are the parameters to EquiJoin

if (!DqCollectJoinRelationsWithStats(rels, typesCtx, equiJoin, providerCollect)){
ctx.AddWarning(YqlIssue({}, TIssuesIds::WARNING, "Cost Based Optimizer didn't work: couldn't load statistics"));
return node;
}

Expand Down

0 comments on commit a415de5

Please sign in to comment.