vamsikarnika commented on code in PR #639: URL: https://github.com/apache/incubator-xtable/pull/639#discussion_r1944556548
########## xtable-core/src/main/java/org/apache/xtable/hudi/HudiTableManager.java: ########## @@ -44,7 +44,7 @@ /** A class used to initialize new Hudi tables and load the metadata of existing tables. */ @Log4j2 @RequiredArgsConstructor(staticName = "of") -class HudiTableManager { +public class HudiTableManager { Review Comment: HudiHMSCatalogTableBuilder now use HudiTableManager to load metaClient. ########## xtable-core/src/main/java/org/apache/xtable/hudi/HudiTableManager.java: ########## @@ -44,7 +44,7 @@ /** A class used to initialize new Hudi tables and load the metadata of existing tables. */ @Log4j2 @RequiredArgsConstructor(staticName = "of") -class HudiTableManager { +public class HudiTableManager { Review Comment: HudiHMSCatalogTableBuilder now uses HudiTableManager to load metaClient. -- 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...@xtable.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org