xanderbailey opened a new issue, #3191: URL: https://github.com/apache/iceberg-rust/issues/3191
Whilst working on https://github.com/apache/iceberg-rust/pull/2398 we realized that calling `get_row_group_column_bloom_filter` in a loop isn't optimal. DataFusion also does it the same way https://github.com/apache/datafusion/blob/55.0.0/datafusion/datasource-parquet/src/opener/mod.rs#L1266-L1292 https://github.com/apache/arrow-rs/pull/8462/changes has merged so we should follow up to improve this implementation. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
