RussellSpitzer commented on code in PR #4594:
URL: https://github.com/apache/iceberg/pull/4594#discussion_r865022348
##########
nessie/src/main/java/org/apache/iceberg/nessie/NessieTableOperations.java:
##########
@@ -173,7 +203,8 @@ protected void doCommit(TableMetadata base, TableMetadata
metadata) {
throw new CommitStateUnknownException(ex);
} catch (NessieNotFoundException ex) {
throw new RuntimeException(
- String.format("Cannot commit: Reference '%s' no longer exists",
client.getRef().getName()), ex);
+ String.format("Cannot commit: Reference '%s' no longer exists",
Review Comment:
Just a formatting change
##########
nessie/src/main/java/org/apache/iceberg/nessie/NessieTableOperations.java:
##########
@@ -189,7 +220,8 @@ private boolean isSnapshotOperation(TableMetadata base,
TableMetadata metadata)
private String buildCommitMsg(TableMetadata base, TableMetadata metadata) {
if (isSnapshotOperation(base, metadata)) {
- return String.format("Iceberg %s against %s",
metadata.currentSnapshot().operation(), tableName());
+ return String.format("Iceberg %s against %s",
metadata.currentSnapshot().operation(),
Review Comment:
Just a formatting change
--
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]