rdblue commented on code in PR #9620:
URL: https://github.com/apache/iceberg/pull/9620#discussion_r1477126112


##########
core/src/main/java/org/apache/iceberg/view/ViewProperties.java:
##########
@@ -26,6 +26,8 @@ public class ViewProperties {
   public static final String METADATA_COMPRESSION = 
"write.metadata.compression-codec";
   public static final String METADATA_COMPRESSION_DEFAULT = "gzip";
   public static final String COMMENT = "comment";
+  public static final String REPLACE_STRICTNESS_ENABLED = 
"replace.strictness.enabled";

Review Comment:
   I think this is over-broad. There could be many forms of "strict" 
replacement. For example, it is more strict to ensure that the column names and 
positions don't change in a replace operation, but that's not what we're 
addressing here.
   
   How about something like `replace.drop-dialect.allowed=false`? That would 
prevent the caller from dropping a view dialect.



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to