You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/08/17 15:40:37 UTC

[GitHub] [arrow-rs] viirya commented on a diff in pull request #2467: Make Parquet reader filter APIs public (#1792)

viirya commented on code in PR #2467:
URL: https://github.com/apache/arrow-rs/pull/2467#discussion_r948125081


##########
parquet/src/arrow/arrow_reader/mod.rs:
##########
@@ -141,14 +136,16 @@ impl<T> ArrowReaderBuilder<T> {
     }
 
     /// Provide a [`RowSelection] to filter out rows, and avoid fetching their

Review Comment:
   ```suggestion
       /// Provide a [`RowSelection`] to filter out rows, and avoid fetching their
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org