rdblue commented on a change in pull request #1796:
URL: https://github.com/apache/iceberg/pull/1796#discussion_r527867861
##########
File path: core/src/main/java/org/apache/iceberg/TableProperties.java
##########
@@ -134,4 +134,7 @@ 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 GC_ENABLED = "gc.enabled";
+ public static final boolean GC_ENABLED_DEFAULT = true;
Review comment:
I like this. We can also add a property to require the action is used
instead of the table operation to ensure that we use reachability instead of
incremental changes.
----------------------------------------------------------------
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]