CTTY commented on code in PR #12873:
URL: https://github.com/apache/hudi/pull/12873#discussion_r1986403141
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java:
##########
@@ -1510,12 +1510,20 @@ public void performTableServices(Option<String>
inFlightInstantTimestamp, boolea
allTableServicesExecutedSuccessfullyOrSkipped = false;
throw e;
} finally {
+ String tableName = writeClient.getConfig().getTableName();
Review Comment:
Hi @yihua , I noticed that here the table name already has a suffix
`_metadata` to differentiate from the data table. So I think the `_mdt` suffix
may not be needed
--
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]