TGooch44 commented on pull request #2836:
URL: https://github.com/apache/iceberg/pull/2836#issuecomment-882778882
> Thanks @jun-he ! This looks good. However I am worried about #2837 and if
python and Java might return different results. What do you think?
It looks like the following matches the expected output(which I guess is
different than the Java output):
```
>>> import mmh3
>>> (mmh3.hash("💰".encode("utf-8")) & 2147483647) % 32
12
```
--
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]