Hi everyone, I'm pleased to announce the release of Apache PyIceberg 0.7.1!

Again, this patch release includes the following important bug fixes:

* Fix `delete` to trace existing manifests when a data file is partially
rewritten <https://github.com/apache/iceberg-python/pull/1046>
* Fix 'to_arrow_batch_reader' to respect the limit input arg
<https://github.com/apache/iceberg-python/pull/1042>
* Fix correctness of applying positional deletes on Merge-On-Read tables
<https://github.com/apache/iceberg-python/pull/1026>
* Fix overwrite when filtering data
<https://github.com/apache/iceberg-python/pull/1023>
* Bug fix for deletes across multiple partition specs on partition evolution
<https://github.com/apache/iceberg-python/pull/984>
* Fix evolving the table and writing in the same transaction
<https://github.com/apache/iceberg-python/pull/985>
* Fix scans when result is empty
<https://github.com/apache/iceberg-python/pull/997>
* Fix ListNamespace response in REST Catalog
<https://github.com/apache/iceberg-python/pull/995>
* Exclude Python 3.9.7 from list of supported versions
<https://github.com/apache/iceberg-python/pull/526>
* Allow setting write.parquet.row-group-limit
<https://github.com/apache/iceberg-python/pull/1016>
* Allow setting write.parquet.page-row-limit
<https://github.com/apache/iceberg-python/pull/1017>
<https://github.com/apache/iceberg-python/pull/1023>
* Fix pydantic warning during commit
<https://github.com/apache/iceberg-python/pull/972>

This release can be downloaded from:
https://pypi.org/project/pyiceberg/0.7.1/

Thanks to everyone for reporting the issues and contributing!

Sung

Reply via email to