Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev0' into dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead committed May 13, 2024
2 parents c31206e + d0364b4 commit 06760ca
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 06760ca

Please sign in to comment.