flyrain commented on code in PR #4681:
URL: https://github.com/apache/iceberg/pull/4681#discussion_r863128766
##########
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java:
##########
@@ -311,6 +311,8 @@ protected void doCommit(TableMetadata base, TableMetadata
metadata) {
} finally {
cleanupMetadataAndUnlock(commitStatus, newMetadataLocation, lockId,
tableLevelMutex);
}
+
+ LOG.info("Committed to table {} with the new metadata location {}",
fullName, newMetadataLocation);
Review Comment:
Instead of putting this log in both line 278 and line 297, I put the log
here.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]