namrathamyske commented on code in PR #8042:
URL: https://github.com/apache/iceberg/pull/8042#discussion_r1262034472


##########
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:
   New table level property introduced to decide whether we want strict 
distribution mode specified in properties. As Rebalance supports only hash 
partitioning.



-- 
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]

Reply via email to