xushiyan commented on code in PR #9010:
URL: https://github.com/apache/hudi/pull/9010#discussion_r1233332515
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/HoodieTable.java:
##########
@@ -969,7 +969,6 @@ public void maybeDeleteMetadataTable() {
try {
LOG.info("Deleting metadata table because it is disabled in writer.");
deleteMetadataTable(config.getBasePath(), context);
- clearMetadataTablePartitionsConfig(Option.empty(), true);
Review Comment:
removed this as the properties update is included in `deleteMetadataTable()`
--
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]