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 actually 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to