Re: [PR] Bug: Take signed bit into account [iceberg-python]

2024-04-30 Thread via GitHub
HonahX merged PR #677: URL: https://github.com/apache/iceberg-python/pull/677 -- 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

[PR] Bug: Take signed bit into account [iceberg-python]

2024-04-30 Thread via GitHub
Fokko opened a new pull request, #677: URL: https://github.com/apache/iceberg-python/pull/677 ```python >>> (32768).bit_length() 16 ``` From https://docs.python.org/3/library/stdtypes.html#int.bit_length > Return the number of bits necessary to represent an integer in b