rahil-c commented on code in PR #13785:
URL: https://github.com/apache/hudi/pull/13785#discussion_r2306102762


##########
hudi-aws/src/main/java/org/apache/hudi/aws/sync/AWSGlueCatalogSyncClient.java:
##########
@@ -1128,4 +1163,35 @@ private static boolean 
updateTableParameters(GlueAsyncClient awsGlue, String dat
       throw new HoodieGlueSyncException("Fail to update params for table " + 
tableId(databaseName, tableName) + ": " + updatingParams, e);
     }
   }
+
+  private String getBasePathForTable() {

Review Comment:
   Seems to not be used so will remove



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