nastra commented on a change in pull request #2662:
URL: https://github.com/apache/iceberg/pull/2662#discussion_r643835874
##########
File path:
nessie/src/main/java/org/apache/iceberg/nessie/NessieTableOperations.java
##########
@@ -103,7 +103,7 @@ protected void doCommit(TableMetadata base, TableMetadata
metadata) {
boolean delete = true;
try {
IcebergTable newTable =
ImmutableIcebergTable.builder().metadataLocation(newMetadataLocation).build();
- Builder cm = CommitMeta.builder().message("iceberg commit");
+ ImmutableCommitMeta.Builder cm = CommitMeta.builder().message("iceberg
commit").author("iceberg");
Review comment:
Using `SPARK_USER` / `USER` for the author sgtm. I'll push something
shortly that addresses this
--
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]