nastra commented on code in PR #6274:
URL: https://github.com/apache/iceberg/pull/6274#discussion_r1036810161
##########
core/src/main/java/org/apache/iceberg/TableProperties.java:
##########
@@ -342,19 +335,6 @@ private TableProperties() {}
public static final String MERGE_MODE = "write.merge.mode";
public static final String MERGE_MODE_DEFAULT =
RowLevelOperationMode.COPY_ON_WRITE.modeName();
- /**
- * @deprecated will be removed in 0.14.0, the cardinality check is always
performed starting from
- * 0.13.0.
- */
- @Deprecated
- public static final String MERGE_CARDINALITY_CHECK_ENABLED =
- "write.merge.cardinality-check.enabled";
- /**
- * @deprecated will be removed in 0.14.0, the cardinality check is always
performed starting from
- * 0.13.0.
- */
- @Deprecated public static final boolean
MERGE_CARDINALITY_CHECK_ENABLED_DEFAULT = true;
Review Comment:
I've restored this property and mentioned that it can only be dropped once
Spark 3.1 support is dropped
--
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]