nastra commented on code in PR #10023: URL: https://github.com/apache/iceberg/pull/10023#discussion_r1574204162
########## api/src/main/java/org/apache/iceberg/util/CharSequenceWrapper.java: ########## @@ -29,13 +29,16 @@ public static CharSequenceWrapper wrap(CharSequence seq) { } private CharSequence wrapped; + // lazily computed & cached hashCode + private transient int hashCode = 0; Review Comment: good point, I've added a comment mentioning that this follows java.lang.String -- 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