fix(decimal): use minimal byte length for negative powers of two (#3746) * fix(decimal): use minimal byte length for negative powers of two * test(decimal): add positive Decimal case to bytes_required * test(decimal): cover negative boundary bucketing --------- Co-authored-by: Kevin Liu <kevin.jq.liu@gmail.com>
PyIceberg is a Python library for programmatic access to Iceberg table metadata as well as to table data in Iceberg format. It is a Python implementation of the Iceberg table spec.
The documentation is available at https://py.iceberg.apache.org/.