danny0405 commented on code in PR #13728:
URL: https://github.com/apache/hudi/pull/13728#discussion_r2281701701


##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java:
##########
@@ -189,7 +189,7 @@ protected HoodieTableMetaClient(HoodieStorage storage, 
String basePath, boolean
     this.basePath = new StoragePath(basePath);
     this.metaPath = new StoragePath(basePath, METAFOLDER_NAME);
     this.tableConfig = new HoodieTableConfig(this.storage, metaPath);
-    this.indexMetadataOpt = getIndexMetadata();
+    this.indexMetadataOpt = readIndexDefFromStorage(this.storage, 
this.basePath, this.tableConfig);

Review Comment:
   Hi, is it possible we have some simple UT for it.



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