Skip to content

Commit

Permalink
fix eliminatecrossjoin
Browse files Browse the repository at this point in the history
  • Loading branch information
universalmind303 committed Oct 27, 2024
1 parent 30ba1d1 commit 35305a9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ impl OptimizerRule for EliminateCrossJoin {
plan,
LogicalPlan::Join(Join {
join_type: JoinType::Inner,
join_strategy: None,
..
})
) {
Expand Down

0 comments on commit 35305a9

Please sign in to comment.