aokolnychyi commented on code in PR #10149: URL: https://github.com/apache/iceberg/pull/10149#discussion_r1566395480
########## core/src/main/java/org/apache/iceberg/TableProperties.java: ########## @@ -167,6 +167,10 @@ private TableProperties() {} "write.parquet.bloom-filter-max-bytes"; public static final int PARQUET_BLOOM_FILTER_MAX_BYTES_DEFAULT = 1024 * 1024; + public static final String PARQUET_BLOOM_FILTER_COLUMN_FPP_PREFIX = + "write.parquet.bloom-filter-fpp.column."; + public static final double PARQUET_BLOOM_FILTER_COLUMN_FPP_DEFAULT = 0.01; Review Comment: Does this value currently match the default behavior? In other words, will existing users be impacted? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org