nastra commented on code in PR #4594:
URL: https://github.com/apache/iceberg/pull/4594#discussion_r854138816


##########
nessie/src/main/java/org/apache/iceberg/nessie/NessieTableOperations.java:
##########
@@ -103,13 +123,14 @@ protected void doRefresh() {
           "is no longer valid.", client.getRef().getName()), e);
     }
     String metadataLocation = null;
+    Reference reference = client.getRef().getReference();

Review Comment:
   I'm assuming these changes were done to not do additional API calls. These 
changes won't be necessary after https://github.com/apache/iceberg/pull/4593



-- 
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]

Reply via email to