You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "vinothchandar (via GitHub)" <gi...@apache.org> on 2023/03/09 02:44:21 UTC

[GitHub] [hudi] vinothchandar commented on a diff in pull request #7869: [HUDI-5713] created essential property for configs

vinothchandar commented on code in PR #7869:
URL: https://github.com/apache/hudi/pull/7869#discussion_r1130328695


##########
hudi-common/src/main/java/org/apache/hudi/common/config/ConfigProperty.java:
##########
@@ -55,6 +55,8 @@
 
   private final Set<String> validValues;
 
+  private final boolean essential;

Review Comment:
   instead , can we mark sth as advanced? instead of this being essential. 



-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org