danny0405 commented on code in PR #13424:
URL: https://github.com/apache/hudi/pull/13424#discussion_r2306843762
##########
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:
Can we move the instantiation of the table name to the constructor, just
like the databaseName?
--
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]