| tag | 19b52bc64d52fa7c2bc3e39a311560c311da3ebb | |
|---|---|---|
| tagger | Fokko Driesprong <fokko@tabular.io> | Wed Jan 31 09:33:32 2024 +0100 |
| object | b7cf14e3b195064d8740b8f2ab306d8729e54dc2 |
PyIceberg 0.6.0rc1
| commit | b7cf14e3b195064d8740b8f2ab306d8729e54dc2 | [log] [tgz] |
|---|---|---|
| author | Fokko Driesprong <fokko@tabular.io> | Wed Jan 31 08:55:52 2024 +0100 |
| committer | GitHub <noreply@github.com> | Wed Jan 31 08:55:52 2024 +0100 |
| tree | fd3224be352277374f02833388d2744d74faa106 | |
| parent | 102e043b182a0b7bf4c9f66c5d77b24eedbd3766 [diff] |
Allow running the Avro decoder tests without Arrow (#335) * Allow running the Avro decoder tests without Arrow It looks like PyArrow binaries are not available for all architectures, and therefore it tries to compile it locally when it isn't available. We want to avoid this since Arrow requires a rather complicated buildchain. * Revert unnecessary move
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/.