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 binary, excluding the sign and leading zeros Fixes #669 -- 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