rymurr commented on a change in pull request #2662:
URL: https://github.com/apache/iceberg/pull/2662#discussion_r643780582
##########
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:
same comment as below.
nit: I just noticed the `spark.app.id` isn't added here like it is in the
`TableMetaOps`.
--
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]