xushiyan commented on code in PR #8758:
URL: https://github.com/apache/hudi/pull/8758#discussion_r1233593889
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java:
##########
@@ -734,6 +736,7 @@ private void initializeFileGroups(HoodieTableMetaClient
dataMetaClient, Metadata
}
} catch (FileNotFoundException e) {
// If the partition did not exist yet, it will be created below
+ LOG.warn("Exception seen while removing existing file groups in
partition {} ", partitionPath.getName(), e);
Review Comment:
removed
--
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]