hengfeiyang commented on issue #4512: URL: https://github.com/apache/arrow-datafusion/issues/4512#issuecomment-1725897739
@Ted-Jiang I am looking into this issue. i looked at your draft PR and the latest code of datafusion, we can create a method in `datafusion/core/src/datasource/physical_plan/parquet/row_groups.rs`, but we need a `reader` to read the bloom filter data, the reader created at here https://github.com/apache/arrow-datafusion/blob/31.0.0/datafusion/core/src/datasource/physical_plan/parquet.rs#L427 can't use to load data, Any suggestion for implement this? Thanks. -- 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]
