Skip to content

Commit 626c981

Browse files
committed
Log the new metadata location in commit.
1 parent 87a9e4a commit 626c981

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,8 @@ protected void doCommit(TableMetadata base, TableMetadata metadata) {
311311
} finally {
312312
cleanupMetadataAndUnlock(commitStatus, newMetadataLocation, lockId, tableLevelMutex);
313313
}
314+
315+
LOG.info("Committed to table {} with the new metadata location {}", fullName, newMetadataLocation);
314316
}
315317

316318
@VisibleForTesting

0 commit comments

Comments
 (0)