rdblue commented on a change in pull request #2022:
URL: https://github.com/apache/iceberg/pull/2022#discussion_r559052435
##########
File path: core/src/main/java/org/apache/iceberg/TableProperties.java
##########
@@ -164,4 +164,11 @@ 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_WRITE_SORT_MODE = "write.merge.sort.mode";
Review comment:
We should consider this with the [context from the thread about Flink
write
distribution](https://github.com/apache/iceberg/pull/2064#discussion_r559018257).
----------------------------------------------------------------
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]