Skip to content

Commit

Permalink
Add reference to meet &JoinType type required
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyZhOon committed Sep 25, 2024
1 parent b154670 commit f69d73c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ fn adjust_input_keys_ordering(
right.clone(),
new_conditions.0,
filter.clone(),
join_type,
&join_type,
// TODO: although projection is not used in the join here, because projection pushdown is after enforce_distribution. Maybe we need to handle it later. Same as filter.
projection.clone(),
PartitionMode::Partitioned,
Expand Down

0 comments on commit f69d73c

Please sign in to comment.