Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Jan 25, 2024
1 parent 04fbe55 commit c5b7b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/physical-plan/src/joins/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,8 @@ pub fn calculate_join_output_ordering(
)
.ok()?;
merge_vectors(
right_ordering,
&offset_ordering(right_ordering, &join_type, left_columns_len),
left_ordering,
)
} else {
offset_ordering(right_ordering, &join_type, left_columns_len)
Expand Down

0 comments on commit c5b7b6d

Please sign in to comment.