ajantha-bhat commented on a change in pull request #4330:
URL: https://github.com/apache/iceberg/pull/4330#discussion_r827870224
##########
File path: nessie/src/main/java/org/apache/iceberg/nessie/NessieCatalog.java
##########
@@ -379,12 +388,10 @@ private UpdateableReference loadReference(String
requestedRef, String hash) {
try {
Reference ref = requestedRef == null ? api.getDefaultBranch()
: api.getReference().refName(requestedRef).get();
- if (hash != null) {
Review comment:
I think this hash check is needed, I am re-evaluating.
--
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]