kbendick commented on a change in pull request #3504:
URL: https://github.com/apache/iceberg/pull/3504#discussion_r746378763
##########
File path: core/src/main/java/org/apache/iceberg/TableProperties.java
##########
@@ -242,6 +242,6 @@ private TableProperties() {
public static final String MERGE_CARDINALITY_CHECK_ENABLED =
"write.merge.cardinality-check.enabled";
public static final boolean MERGE_CARDINALITY_CHECK_ENABLED_DEFAULT = true;
- public static final String UPSERT_MODE_ENABLE = "write.upsert.enable";
- public static final boolean UPSERT_MODE_ENABLE_DEFAULT = false;
+ public static final String UPSERT_ENABLED = "write.upsert.enabled";
Review comment:
Ah that's great. If it hasn't been released then no worries. Retroactive
+1.
--
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]