pvary commented on code in PR #6570: URL: https://github.com/apache/iceberg/pull/6570#discussion_r1071910972
########## core/src/main/java/org/apache/iceberg/TableProperties.java: ########## @@ -303,6 +303,9 @@ private TableProperties() {} public static final String ENGINE_HIVE_ENABLED = "engine.hive.enabled"; public static final boolean ENGINE_HIVE_ENABLED_DEFAULT = false; + public static final String LOCK_HIVE_ENABLED = "lock.hive.enabled"; Review Comment: I used the same pattern than with `engine.hive.enabled`, but if we have a consensus I am happy to use whatever config name is decided upon 😄 -- 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