You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! At Bodo, we've been working on replacing our Iceberg connector backend with PyIceberg (bodo-ai/Bodo#235). It's been going great so far, but we noticed that the latest 0.8.1 release of PyIceberg doesn't support PyArrow 19. That's kind of frustrating because we had already started to do the Arrow 19 upgrade (bodo-ai/Bodo#240) because it comes with SAS token support for their AzureFileSystem, which is really important for Snowflake I/O.
It looks like 0.8.1 itself was released to add support for Python 3.13 along with other stuff, so I was wondering if we could do the same thing again: release a 0.8.2 loosing the PyArrow constraint. Does that sound reasonable? From my understanding, the 0.9.0 is potentially around the corner, but I don't know how long the release process takes for minor releases in comparison to this.
Happy to help in any way, since it's a a bit of a blocker on our side.
The text was updated successfully, but these errors were encountered:
srilman
changed the title
0.8 Patch Release for Arrow 19 Supoort
0.8 Patch Release for Arrow 19 Support
Feb 17, 2025
@kevinjqliu That's great, missed that. How long does the release process usually take? Looks like last time there was about a 11 day difference between the first rc and the release. Is it expected to be similar?
most likely. we have to go through the process to create a release candidate, have it verified by the community, and when it passes, push the final artifacts to pypi and svn.
Hi! At Bodo, we've been working on replacing our Iceberg connector backend with PyIceberg (bodo-ai/Bodo#235). It's been going great so far, but we noticed that the latest
0.8.1
release of PyIceberg doesn't support PyArrow 19. That's kind of frustrating because we had already started to do the Arrow 19 upgrade (bodo-ai/Bodo#240) because it comes with SAS token support for their AzureFileSystem, which is really important for Snowflake I/O.It looks like
0.8.1
itself was released to add support for Python 3.13 along with other stuff, so I was wondering if we could do the same thing again: release a0.8.2
loosing the PyArrow constraint. Does that sound reasonable? From my understanding, the0.9.0
is potentially around the corner, but I don't know how long the release process takes for minor releases in comparison to this.Happy to help in any way, since it's a a bit of a blocker on our side.
The text was updated successfully, but these errors were encountered: