yihua commented on code in PR #11667:
URL: https://github.com/apache/hudi/pull/11667#discussion_r1690630034


##########
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieConfig.java:
##########
@@ -42,6 +42,7 @@ public class HoodieConfig implements Serializable {
 
   private static final Logger LOG = 
LoggerFactory.getLogger(HoodieConfig.class);
 
+  public static final String BASE_PATH_KEY = "hoodie.base.path";

Review Comment:
   Forgot to mention, could we use `HoodieCommonConfig.BASE_PATH` instead?



-- 
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-unsubscr...@hudi.apache.org

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

Reply via email to