Zoltán Borók-Nagy created IMPALA-12700:
------------------------------------------
Summary: Impala should take Iceberg bloom filter properties into
consideration
Key: IMPALA-12700
URL: https://issues.apache.org/jira/browse/IMPALA-12700
Project: IMPALA
Issue Type: Bug
Components: Frontend
Reporter: Zoltán Borók-Nagy
Currenty Impala uses the query option "parquet_bloom_filter_write" and table
property "parquet.bloom.filter.columns" to decide whether to write bloom
filters or not.
Iceberg uses different table properties:
https://iceberg.apache.org/docs/1.4.0/configuration/
* write.parquet.bloom-filter-enabled.column.col1
* write.parquet.bloom-filter-max-bytes
Impala should also respect the Iceberg table properties when it writes Parquet
files in Iceberg tables.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)