Hey everyone, This week we've discovered a serious bug when parsing SQL-like string expressions <https://github.com/apache/iceberg-python/pull/65> (thanks Pucheng for reporting this)! Ryan suggested doing a quick patch release to get this fix out to the public ASAP, and I think that's a great idea. Since it is just a patch release, I'm happy to run it. I've created the pyiceberg-0.5.x branch <https://github.com/apache/iceberg-python/commits/pyiceberg-0.5.x>, and created a milestone <https://github.com/apache/iceberg-python/milestone/3>. I've cherry-picked 8 PRs to this branch that don't introduce any behavioral changes. Let me know if anything is missing.
There is one PR that needs to get in <https://github.com/apache/iceberg-python/pull/71> before I can start the release process. Cheers, Fokko