nsivabalan commented on a change in pull request #4898:
URL: https://github.com/apache/hudi/pull/4898#discussion_r814463905



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java
##########
@@ -447,6 +447,12 @@
       .sinceVersion("0.11.0")
       .withDocumentation("Master control to disable all table services 
including archive, clean, compact, cluster, etc.");
 
+  public static final ConfigProperty<Boolean> RELEASE_RESOURCE_ENABLE = 
ConfigProperty
+      .key("hoodie.release.resource.enabled")

Review comment:
       can we name this "hoodie.release.resource.on.completion.enable"




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


Reply via email to