Skip to content

Commit a415de5

Browse files
authored
Merge 224330a into a458b35
2 parents a458b35 + 224330a commit a415de5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ TExprBase DqOptimizeEquiJoinWithCosts(
357357
// of the EquiJoin and n-1 argument are the parameters to EquiJoin
358358

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

0 commit comments

Comments
 (0)