XN137 commented on code in PR #1663: URL: https://github.com/apache/polaris/pull/1663#discussion_r2104606805
########## polaris-core/src/main/java/org/apache/polaris/core/storage/PolarisStorageIntegration.java: ########## @@ -129,7 +128,7 @@ public boolean equals(Object o) { @Override public int hashCode() { - return Objects.hashCode(success); + return Boolean.hashCode(success); Review Comment: just wondering: the class seems to intentionally exclude the `message` field from the `equals` and `hashCode` contract? -- 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...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org