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: Andrew Lamb <[email protected]>
  • Loading branch information
comphead and alamb authored May 13, 2024
1 parent 8e9b490 commit d0364b4
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 @@ -1380,7 +1380,7 @@ fn get_filter_column(
filter_columns
}

// Get buffered data sliece by specific batch index and for specified column indices only
/// Get `buffered_indices` rows for `buffered_data[buffered_batch_idx]`
#[inline(always)]
fn get_buffered_columns(
buffered_data: &BufferedData,
Expand Down

0 comments on commit d0364b4

Please sign in to comment.