RussellSpitzer commented on code in PR #8042:
URL: https://github.com/apache/iceberg/pull/8042#discussion_r1274204950
##########
core/src/main/java/org/apache/iceberg/TableProperties.java:
##########
@@ -362,4 +362,8 @@ private TableProperties() {}
public static final String UPSERT_ENABLED = "write.upsert.enabled";
public static final boolean UPSERT_ENABLED_DEFAULT = false;
+ // Controls whether the set distribution mode has to be followed or not.
+ public static final String STRICT_TABLE_DISTRIBUTION_AND_ORDERING =
+ "strict-table-distribution-and-ordering";
+ public static final String STRICT_TABLE_DISTRIBUTION_AND_ORDERING_DEFAULT =
"true";
Review Comment:
I believe this is only going to be for Spark 3.3 as well right? Should
probably document that since we won't be doing a patch in 3.4 ?
--
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]