yihua commented on code in PR #7869:
URL: https://github.com/apache/hudi/pull/7869#discussion_r1133465761
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java:
##########
@@ -207,6 +207,7 @@ public class HoodieWriteConfig extends HoodieConfig {
public static final ConfigProperty<String> BASE_PATH = ConfigProperty
.key("hoodie.base.path")
.noDefaultValue()
+ .makeEssential(true)
Review Comment:
As discussed, we'll use `advanced` and `.markAdvanced()` to be aligned with
database advanced configs.
--
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]