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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
