Skip to content

Commit c461088

Browse files
committed
Fix comment
1 parent 038bbf7 commit c461088

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

kernel/src/engine/arrow_utils.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,8 @@ pub(crate) fn get_requested_indices(
281281
Ok((mask_indices, reorder_indexes))
282282
}
283283

284-
/// Create a mask that will only select the specified indices from the parquet. Currently we only
285-
/// handle "root" level columns, and hence use `ProjectionMask::roots`, but will support leaf
286-
/// selection in the future. See issues #86 and #96 as well.
284+
/// Create a mask that will only select the specified indices from the parquet. `indices` can be
285+
/// computed from a [`Schema`] using [`get_requested_indices`]
287286
pub(crate) fn generate_mask(
288287
_requested_schema: &SchemaRef,
289288
_parquet_schema: &ArrowSchemaRef,

0 commit comments

Comments
 (0)