zhongyujiang commented on PR #14151: URL: https://github.com/apache/iceberg/pull/14151#issuecomment-3640506107
We ran into the same issue, but I believe it should already be fixed in the new Iceberg 1.10 release. This [commit](https://github.com/apache/iceberg/commit/30fd752f24d796ce548dbeef550e875941ce6fb7) removed the logic of reading the last-column-id, since it was indeed unnecessary. So even if the client sends an incorrect last-column-id, the new server will no longer use it. <img width="1614" height="632" alt="image" src="https://github.com/user-attachments/assets/8d66260c-6848-49e5-8889-38113114b2a0" /> I think upgrading the IRC server to the new 1.10 version should resolve the problem. Have you tried the new version? @twuebi -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
