ConeyLiu commented on code in PR #8278:
URL: https://github.com/apache/iceberg/pull/8278#discussion_r1289468060
##########
core/src/main/java/org/apache/iceberg/TableProperties.java:
##########
@@ -231,6 +231,10 @@ private TableProperties() {}
public static final String ORC_BATCH_SIZE =
"read.orc.vectorization.batch-size";
public static final int ORC_BATCH_SIZE_DEFAULT = 5000;
+ public static final String DELETE_COLUMN_STATS_FILTERING_ENABLED =
+ "read.delete.column-stats-filtering.enabled";
+ public static final boolean DEFAULT_DELETE_COLUMN_STATS_FILTERING_ENABLED =
true;
Review Comment:
To keep the name consistent with other properties. It would be better called
`DELETE_COLUMN_STATS_FILTERING_ENABLED_DEFAULT`
--
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]