rdblue commented on a change in pull request #1505:
URL: https://github.com/apache/iceberg/pull/1505#discussion_r495139113
##########
File path: core/src/main/java/org/apache/iceberg/TableProperties.java
##########
@@ -126,4 +126,8 @@ private TableProperties() {
public static final String SNAPSHOT_ID_INHERITANCE_ENABLED =
"compatibility.snapshot-id-inheritance.enabled";
public static final boolean SNAPSHOT_ID_INHERITANCE_ENABLED_DEFAULT = false;
+
+ public static final String ENGINE_HIVE_ENABLED = "engine.hive.enabled";
+ public static final String ENGINE_HIVE_ENABLED_HIVE_CONF =
"iceberg.engine.hive.enabled";
Review comment:
Could we move this to a class for Hadoop configuration properties, like
`org.apache.iceberg.hadoop.ConfigProperties`?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]