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


##########
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 agree that the inital naming was quite broad. I've updated this to 
`replace.drop-dialect.allowed` with `false` being the default



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