Skip to content

Commit 106fc30

Browse files
authored
Remove restriction for only one join type when triggering CBO (#5137)
1 parent a60cff4 commit 106fc30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ydb/library/yql/providers/yt/provider/transformer/yql_yt_transformer_join.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ TMaybeNode<TExprBase> TYtPhysicalOptProposalTransformer::RuntimeEquiJoin(TExprBa
329329

330330
const bool tryReorder = State_->Types->CostBasedOptimizer != ECostBasedOptimizerType::Disable
331331
&& equiJoin.Input().Size() > 2
332-
&& HasOnlyOneJoinType(*equiJoin.Joins().Ptr(), "Inner")
333332
&& !HasSetting(equiJoin.JoinOptions().Ref(), "cbo_passed");
334333

335334
const bool waitAllInputs = State_->Configuration->JoinWaitAllInputs.Get().GetOrElse(false) || tryReorder;

0 commit comments

Comments
 (0)