nsivabalan commented on code in PR #13424:
URL: https://github.com/apache/hudi/pull/13424#discussion_r2306111697
##########
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:
not sure what do you mean.
yes, the tool will fetch it from syncClient. and this is the getter in the
syncClient (AwsGlueCatalogSyncClient) that the tool will be polling into.
So, w/o fixing this, not sure how that will work.
can you help clarify.
--
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]