We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c31206e + d0364b4 commit 06760caCopy full SHA for 06760ca
1 file changed
datafusion/physical-plan/src/joins/sort_merge_join.rs
@@ -1380,7 +1380,7 @@ fn get_filter_column(
1380
filter_columns
1381
}
1382
1383
-// Get buffered data sliece by specific batch index and for specified column indices only
+/// Get `buffered_indices` rows for `buffered_data[buffered_batch_idx]`
1384
#[inline(always)]
1385
fn get_buffered_columns(
1386
buffered_data: &BufferedData,
0 commit comments