rdblue commented on code in PR #6570:
URL: https://github.com/apache/iceberg/pull/6570#discussion_r1143950357
##########
core/src/main/java/org/apache/iceberg/hadoop/ConfigProperties.java:
##########
@@ -23,5 +23,6 @@ public class ConfigProperties {
private ConfigProperties() {}
public static final String ENGINE_HIVE_ENABLED =
"iceberg.engine.hive.enabled";
+ public static final String LOCK_HIVE_ENABLED = "iceberg.lock.hive.enabled";
Review Comment:
This should follow the convention from table properties, like
`engine.hive.enabled`, adding the `iceberg` prefix to the table property.
--
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]