ajantha-bhat commented on code in PR #6789: URL: https://github.com/apache/iceberg/pull/6789#discussion_r1138175573
########## nessie/src/main/java/org/apache/iceberg/nessie/UpdateableReference.java: ########## @@ -60,6 +60,8 @@ public String getHash() { return reference.getHash(); } + /** @deprecated will be removed in 1.3.0 */ + @Deprecated Review Comment: I deprecated it instead of removing it because it is a public method. Now, I realise that the class is not public. I removed this API now. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org