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


##########
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 might be excessive, I'll try to remove this. Good catch



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