rdblue commented on a change in pull request #3808:
URL: https://github.com/apache/iceberg/pull/3808#discussion_r786973960
##########
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:
If there's nothing that implements these properties, then I don't think
that we need to include them.
--
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]