kevinjqliu opened a new pull request, #3816: URL: https://github.com/apache/iceberg-python/pull/3816
Closes #2467 # Rationale for this change After a schema update, upsert could read matching rows with the schema stored on the current snapshot rather than the updated table schema. File planning remains scoped to the target branch, while rows are projected using the current transaction schema. ## Are these changes tested? Yes. Added regression coverage for main and a diverged branch. The full test suite and lint checks pass. ## Are there any user-facing changes? Yes. Upsert works after adding a column. -- 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]
