tustvold commented on PR #4299: URL: https://github.com/apache/arrow-rs/pull/4299#issuecomment-1566271541
I'm a little apprehensive about exposing these APIs, they are fairly low-level and not really designed to be part of the public API surface. The issue states > We want to use some low-level APIs to read parquet files by rowgroup The higher-level APIs support [filtering by row group](https://docs.rs/parquet/latest/parquet/arrow/arrow_reader/struct.ArrowReaderBuilder.html#method.with_row_groups), among other things. Is there a particular piece of functionality that is missing from this? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
