metesynnada commented on PR #9382: URL: https://github.com/apache/arrow-datafusion/pull/9382#issuecomment-2003181659
> I noticed two other breaking changes with Parquet bloom filters (and possibly other options too): > > 1. using `create external table` **before** `set datafusion.execution.parquet.bloom_filter_enabled = true`, Bloom filters were used in queries after `set`. Now they are only used if `datafusion.execution.parquet.bloom_filter_enabled` was set first. > 2. after this PR, `set datafusion.execution.parquet.bloom_filter_enabled = true` has no effect on "anonymous" tables (ie. `SELECT * FROM 'path/to/file.parquet' WHERE key = ...`), they don't use seem to ever use Bloom filters. Solved the issues on https://github.com/apache/arrow-datafusion/pull/9604, can you check if this is the expected behaviour? -- 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]
