Ted-Jiang opened a new issue, #3851: URL: https://github.com/apache/arrow-rs/issues/3851
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** When i implementing https://github.com/apache/arrow-datafusion/issues/4512 I found in `AsyncFileReader` can not get the specific `RowGroupReader ` If i got the RowGroupReader then call `get_column_bloom_filter` will return the bloomFilter https://github.com/apache/arrow-rs/blob/f78a9be8b3a7479418cacc5ea6755b1e60c4b03f/parquet/src/file/reader.rs#L77-L94 async version: https://github.com/apache/arrow-rs/blob/de9f82693f94721916e37f4896e9394411d8076f/parquet/src/arrow/async_reader/mod.rs#L128-L148 **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> So i try to create a new struct `AsyncRowGroupReader` **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Additional context** <!-- Add any other context or screenshots about the feature request here. --> -- 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]
