Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix InMemoryCatalog Catalog commit operation #470

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

anupam-saini
Copy link
Contributor

@anupam-saini anupam-saini commented Feb 25, 2024

  1. Adding a new schema to the InMemoryCatalog results in replacing the old schema as can be seen by the assertions of test_commit_table (link). It should retain the old schema as well.
  2. Opens up the catalog for other TableUpdate operations.

Copy link
Contributor

@Fokko Fokko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this @anupam-saini and cleanup the duplicate code for updating the metadata. This looks like the right behavior to me 👍

@Fokko Fokko merged commit 5c6010b into apache:main Feb 26, 2024
6 checks passed
@anupam-saini anupam-saini deleted the as-fix-in-memory-ctlg branch February 26, 2024 14:52
himadripal pushed a commit to himadripal/iceberg-python that referenced this pull request Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants