anupam-saini opened a new pull request, #470: URL: https://github.com/apache/iceberg-python/pull/470
1. Adding a new schema to the InMemoryCatalog catalog results in removing the old schema as can be seen by the assertions of `test_commit_table` ([link](https://github.com/apache/iceberg-python/compare/main...anupam-saini:iceberg-python:as-fix-in-memory-ctlg?expand=1#diff-6c6a5496123dab58c6136d5f34192f77383332d680e8723066905f1c070432bdL620)). It should retain the old schema instead. 2. Opens up In-Memory catalog for other `TableUpdate` operations. -- 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]
