Skip to content

Commit

Permalink
Update doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Jul 7, 2022
1 parent d856240 commit 2a572d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parquet/src/arrow/arrow_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ impl ArrowReaderOptions {

/// Scan rows from the parquet file according to the provided `selection`
///
/// TODO: Make public once row selection fully implemented
/// TODO: Make public once row selection fully implemented (#1792)
pub(crate) fn with_row_selection(
self,
selection: impl Into<Vec<RowSelection>>,
Expand Down Expand Up @@ -348,7 +348,7 @@ impl ParquetRecordBatchReader {
/// a time from [`ArrayReader`] based on the configured `selection`. If `selection` is `None`
/// all rows will be returned
///
/// TODO: Make public once row selection fully implemented
/// TODO: Make public once row selection fully implemented (#1792)
pub(crate) fn new(
batch_size: usize,
array_reader: Box<dyn ArrayReader>,
Expand Down

0 comments on commit 2a572d7

Please sign in to comment.