nastra commented on a change in pull request #2662:
URL: https://github.com/apache/iceberg/pull/2662#discussion_r644002737
##########
File path: nessie/src/main/java/org/apache/iceberg/nessie/NessieCatalog.java
##########
@@ -208,7 +209,8 @@ public void renameTable(TableIdentifier from,
TableIdentifier toOriginal) {
Operations contents = ImmutableOperations.builder()
.addOperations(ImmutablePut.builder().key(NessieUtil.toKey(to)).contents(existingFromTable).build(),
ImmutableDelete.builder().key(NessieUtil.toKey(from)).build())
- .commitMeta(CommitMeta.fromMessage("iceberg rename table"))
+ .commitMeta(CommitMeta.builder().message("iceberg rename table")
+ .author("iceberg").build())
Review comment:
opened https://github.com/apache/iceberg/pull/2664 for
extracting/setting the Spark Application ID & User
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]