aokolnychyi commented on a change in pull request #2132:
URL: https://github.com/apache/iceberg/pull/2132#discussion_r562257851
##########
File path: core/src/main/java/org/apache/iceberg/TableProperties.java
##########
@@ -170,6 +170,6 @@ private TableProperties() {
public static final String MERGE_MODE = "write.merge.mode";
public static final String MERGE_MODE_DEFAULT = "copy-on-write";
- public static final String MERGE_WRITE_CARDINALITY_CHECK =
"write.merge.cardinality-check.enabled";
- public static final boolean MERGE_WRITE_CARDINALITY_CHECK_DEFAULT = true;
+ public static final String MERGE_CARDINALITY_CHECK_ENABLED =
"write.merge.cardinality-check.enabled";
Review comment:
To match the property name above.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]