vinishjail97 commented on code in PR #649:
URL: https://github.com/apache/incubator-xtable/pull/649#discussion_r1961234940


##########
xtable-aws/src/main/java/org/apache/xtable/glue/GlueCatalogSyncClient.java:
##########
@@ -78,12 +81,25 @@ public GlueCatalogSyncClient(
       Configuration configuration,
       GlueCatalogConfig glueCatalogConfig,
       GlueClient glueClient,
-      CatalogTableBuilder tableBuilder) {
+      CatalogTableBuilder tableBuilder,
+      Optional<CatalogPartitionSyncTool> partitionSyncTool) {
     this.catalogConfig = catalogConfig;
     this.configuration = new Configuration(configuration);
     this.glueCatalogConfig = glueCatalogConfig;
     this.glueClient = glueClient;
     this.tableBuilder = tableBuilder;
+    this.partitionSyncTool = partitionSyncTool;
+  }
+
+  private Optional<CatalogPartitionSyncTool> getPartitionSyncTool(String 
tableFormat) {

Review Comment:
   Same comment as HMS.



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