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

[Bug Fix]Use self.table_metadata when in transaction #985

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

HonahX
Copy link
Contributor

@HonahX HonahX commented Jul 31, 2024

Fix #980

When in a transaction, we should use self.table_metadata when we need metadata info from the target table, sinceself.table_metadata includes staged updates

cc @Fokko

@HonahX HonahX requested a review from Fokko July 31, 2024 07:27
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 so quickly 🚀

@Fokko Fokko merged commit 2acba74 into apache:main Jul 31, 2024
2 checks passed
@sungwy sungwy added this to the PyIceberg 0.7.1 release milestone Aug 2, 2024
sungwy pushed a commit that referenced this pull request Aug 9, 2024
sungwy pushed a commit that referenced this pull request Aug 9, 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.

Issue when evolving and writing in the same transaction
3 participants