Skip to content

Commit

Permalink
Update datafusion/physical-plan/src/joins/sort_merge_join.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Oleks V <[email protected]>
  • Loading branch information
viirya and comphead authored Jun 13, 2024
1 parent b5ef137 commit 82a42a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/physical-plan/src/joins/sort_merge_join.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ impl SMJStream {
Some(scanning_idx),
);
} else {
// Join nulls and buffered row for full join
// Join nulls and buffered row for FULL join
self.buffered_data
.scanning_batch_mut()
.null_joined
Expand Down

0 comments on commit 82a42a7

Please sign in to comment.