You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/07/19 18:52:24 UTC

[GitHub] [iceberg] TGooch44 commented on pull request #2836: [Python] support BucketByteBuffer and BucketUUID

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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org