codope commented on code in PR #5666:
URL: https://github.com/apache/hudi/pull/5666#discussion_r880432062


##########
hudi-aws/src/main/java/org/apache/hudi/aws/sync/AwsGlueCatalogSyncTool.java:
##########
@@ -65,6 +63,56 @@ public static void main(String[] args) {
     FileSystem fs = FSUtils.getFs(cfg.basePath, new Configuration());
     HiveConf hiveConf = new HiveConf();
     hiveConf.addResource(fs.getConf());
-    new AwsGlueCatalogSyncTool(cfg, hiveConf, fs).syncHoodieTable();
+    AwsGlueCatalogSyncTool.newBuilder()

Review Comment:
   I can move it to a separate PR. I just noticed and did the change. But, 
better to keep it in a separate PR just in case if we have to revert this PR 
then we only revert dependency changes.



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