zhengxingmao commented on a change in pull request #3808:
URL: https://github.com/apache/iceberg/pull/3808#discussion_r775693816
##########
File path: core/src/main/java/org/apache/iceberg/TableProperties.java
##########
@@ -129,6 +129,8 @@ private TableProperties() {
public static final String PARQUET_BATCH_SIZE =
"read.parquet.vectorization.batch-size";
public static final int PARQUET_BATCH_SIZE_DEFAULT = 5000;
+ public static final String ORC_BLOOM_FILTER_COLUMNS =
"orc_bloom_filter_columns";
+ public static final String ORC_BLOOM_FILTER_FPP = "orc_bloom_filter_fpp";
Review comment:
Thank you for your review. It has been corrected according to the
suggestions and the docs description has been added.
--
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]