aokolnychyi commented on code in PR #9236: URL: https://github.com/apache/iceberg/pull/9236#discussion_r1417902414
########## core/src/main/java/org/apache/iceberg/util/StructLikeMap.java: ########## @@ -146,25 +145,19 @@ public R getValue() { @Override public int hashCode() { - int hashCode = getKey().hashCode(); Review Comment: Also, `getKey().hashCode()` meant we used the hash of the actual element, not the wrapper. -- 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