linliu-code commented on code in PR #13764:
URL: https://github.com/apache/hudi/pull/13764#discussion_r2299298511


##########
hudi-common/src/main/java/org/apache/hudi/config/metrics/HoodieMetricsConfig.java:
##########
@@ -52,6 +52,7 @@
 public class HoodieMetricsConfig extends HoodieConfig {
 
   public static final String METRIC_PREFIX = "hoodie.metrics";
+  public static final String META_SYNC_BASE_PATH_KEY = 
"hoodie.datasource.meta.sync.base.path";

Review Comment:
   I checked a bit, and the reason is that the base path of the table is passed 
from arguments and set to `META_SYNC_BASE_PATH`. therefore, the metrics should 
get the base path from this config.



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