Good catch on those 2 PRs! I agree with the assessment :) I just merged #1941 <https://github.com/apache/iceberg-python/pull/1941> which is a follow up fix for #1747 <https://github.com/apache/iceberg-python/pull/1747>. I think we should include this as well. Ideally, I would also like to get #1878 <https://github.com/apache/iceberg-python/pull/1878> into the patch. I think a lot of users are blocked by this limitation for upsert. I can work with the author to try and get it over the finish line but I also don't want to block the release on this PR.
Let me know what you think. Best, Kevin Liu On Sun, Apr 20, 2025 at 11:44 AM Fokko Driesprong <fo...@apache.org> wrote: > 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 >>> >>