yordan-pavlov commented on a change in pull request #9064: URL: https://github.com/apache/arrow/pull/9064#discussion_r552147401
########## File path: rust/parquet/src/file/serialized_reader.rs ########## @@ -137,6 +137,22 @@ impl<R: 'static + ChunkReader> SerializedFileReader<R> { metadata, }) } + + pub fn filter_row_groups( Review comment: the second option, with the `ParquetReadOptions` parameter, sounds better - more extensible as you have described; however I think this falls outside of the scope of this PR ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org