Support zstd blob decompression in Puffin (#3575) # Rationale for this change Support zstd blob decompression in Puffin to enhance its specification coverage. ## Are these changes tested? Yes. Copied a Puffin file from https://github.com/apache/iceberg/tree/main/core/src/test/resources/org/apache/iceberg/puffin/v1 ## Are there any user-facing changes? No.
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/.