nsivabalan commented on code in PR #13424:
URL: https://github.com/apache/hudi/pull/13424#discussion_r2302196931


##########
hudi-aws/src/main/java/org/apache/hudi/aws/sync/AWSGlueCatalogSyncClient.java:
##########
@@ -178,6 +179,16 @@ private static GlueAsyncClient 
buildAsyncClient(HiveSyncConfig config) {
     }
   }
 
+  @Override
+  public String getTableName() {
+    return config.getStringOrDefault(GLUE_SYNC_TABLE_NAME, 
GLUE_SYNC_TABLE_NAME.getInferFunction().get().apply(config).get());

Review Comment:
   Note to Reviewer: 
   We do not instantiate or use the GlueCatalogSyncClientConfig class here and 
its an instance of HivesyncConfig. So, the infer func automatically does not 
kick in. so, I had to take this route. 
   
   Same applies for DatahubSyncConfig as well. 



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