Thanks Amogh for starting this thread. And thanks Drew for fixing the issue with variants.
I did a quick pass through the PRs since the 1.10.0 release. This PR <https://github.com/apache/iceberg/pull/13804> looks to be a good candidate since it can lead to incorrect results. Best, Kevin Liu On Mon, Sep 22, 2025 at 10:29 AM Amogh Jahagirdar <2am...@gmail.com> wrote: > Hey folks, > > Iceberg 1.10 was released 2 weeks ago and there was one issue > <https://github.com/apache/iceberg/issues/14071>around incorrect variant > filtering reported that I think meets the criteria for a patch release. The > fix PR <https://github.com/apache/iceberg/issues/14071> is in (thank you > Drew). I wanted to kick this discussion thread off in case folks had other > issues in the 1.10 release that they think warrant a patch release. > > I also think this PR <https://github.com/apache/iceberg/pull/12868> is a > good candidate for a patch release; this is for addressing a long-standing > issue where closing the S3FileIO during an event like moving broadcast > variables from memory to disk leads to an unexpected closing of the http > client. There's still some discussion on the approach of the fix but > there's general recognition that it's a legitimate issue, so I think it'd > be ideal to get this in for a patch release as well. > > I've also created a milestone here > <https://github.com/apache/iceberg/milestone/61>. > > Thanks, > > Amogh Jahagirdar >