| commit | f73da80caf6409fc6442d1c530078cabbec58f03 | [log] [tgz] |
|---|---|---|
| author | Kevin Liu <kevinjqliu@users.noreply.github.com> | Mon Aug 12 14:48:21 2024 -0700 |
| committer | Sung Yun <107272191+sungwy@users.noreply.github.com> | Tue Aug 13 23:42:32 2024 +0000 |
| tree | 4d81e555214581dc66aa4c792b7023190135b864 | |
| parent | 5e89fc5c55c09a17ea38a03f0139b54a35786adc [diff] |
[bug] fix reading with `to_arrow_batch_reader` and `limit` (#1042) * fix project_batches with limit * add test * lint + readability
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/.