CTTY commented on code in PR #6882:
URL: https://github.com/apache/hudi/pull/6882#discussion_r1037645450


##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java:
##########
@@ -127,6 +132,20 @@ protected HoodieTableMetaClient(Configuration conf, String 
basePath, boolean loa
     this.fs = getFs();
     TableNotFoundException.checkTableValidity(fs, this.basePath.get(), 
metaPath.get());
     this.tableConfig = new HoodieTableConfig(fs, metaPath.toString(), 
payloadClassName);
+    this.tableConfig.setValue(HoodieTableConfig.HOODIE_BASE_PATH,
+        
CachingPath.getPathWithoutSchemeAndAuthority(this.basePath.get()).toString());

Review Comment:
   This is actual needed. Or it would fail when initializing the table



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