| commit | 1d24e71041e35e26e126aa4508ed7384e8aa031c | [log] [tgz] |
|---|---|---|
| author | Kevin Liu <kevinjqliu@users.noreply.github.com> | Tue Feb 25 17:36:53 2025 -0500 |
| committer | GitHub <noreply@github.com> | Tue Feb 25 17:36:53 2025 -0500 |
| tree | dbd6a4d7ca19bd9108e84ad31aafa977701f0043 | |
| parent | 71129ee3371830160f02c39f4bb01ccdff4e39d5 [diff] |
Turn `ObjectStoreLocationProvider` off by default (#1722) Closes #1721 Otherwise, there's a default behavior change in new 0.9.0 release. Previous versions will write to `data/`, new version will write to `data/<hash>/`
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/.