HI Iceberg-dev's I am investigating the connection leak issue we are seeing after upgrading to the latest iceberg. I have narrowed down investigation to following PR and testing fix now
https://github.com/apache/iceberg/commit/7060c928390c59e24dc207ec86f99132f6c1a828#diff-9726b2a5391d8755f6c5c849cddc478f looks like method generateOffsetToStartPos created new reader but its not closed. Has anyone seen a similar issue with the latest release? I will submit PR once I am done with testing. -- Thanks