Thanks Kevin! I've cherry-picked them onto the 0.9.x branch, and set the 0.9.1 milestone. Except for two PRs:
- #1857 <https://github.com/apache/iceberg-python/pull/1857> This typo fixes the transforms of the nanoseconds transforms, which are not on the 0.9.x branch. - #1863 <https://github.com/apache/iceberg-python/pull/1863> Feels like a new feature to me, and I'd rather defer that one to 0.10.0 (which should come soon after 0.9.1 :) Thanks for going through all the commits! Kind regards, Fokko Op vr 18 apr 2025 om 17:55 schreef Kevin Liu <kevinjq...@apache.org>: > Thanks for raising this Fokko! I went through all the commits since the > 0.9.0 release > <https://github.com/apache/iceberg-python/compare/pyiceberg-0.9.0...main>. > > Here are some PRs I think would be good to include as part of 0.9.1 > https://github.com/apache/iceberg-python/pull/1741 > https://github.com/apache/iceberg-python/pull/1732 > https://github.com/apache/iceberg-python/pull/1629 > https://github.com/apache/iceberg-python/pull/1767 > https://github.com/apache/iceberg-python/pull/1774 > https://github.com/apache/iceberg-python/pull/1731 > https://github.com/apache/iceberg-python/pull/1810 > https://github.com/apache/iceberg-python/pull/1832 > https://github.com/apache/iceberg-python/pull/1857 > https://github.com/apache/iceberg-python/pull/1863 > https://github.com/apache/iceberg-python/pull/1923 > > Some of these are smaller fixes, but I think would nevertheless be useful > to include in the patch release. > > Best, > Kevin Liu > > On Thu, Apr 17, 2025 at 5:54 AM Fokko Driesprong <fo...@apache.org> wrote: > >> Hi everyone, >> >> After the 0.9.0 release, we've captured quite a few bugfixes >> <https://github.com/apache/iceberg-python/milestone/11>, and it would be >> good to do a quick 0.9.1 patch release. I took the liberty of cherry-picking >> the fixes >> <https://github.com/apache/iceberg-python/commits/pyiceberg-0.9.x/> onto >> the 0.9.x branch. Please let me know if there is anything that you would >> like to see in 0.9.1. >> >> Kind regards, >> Fokko >> >