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

chore: remove some file_actions call sites #2787

Merged
merged 1 commit into from
Aug 17, 2024
Merged

Conversation

roeap
Copy link
Collaborator

@roeap roeap commented Aug 17, 2024

Description

The file_actions method on our various state representations is quite inefficient, since it does some often unnecessary work converting out internal arrow state to the Add action representation. This PR removes some of the easy to remove call sites and does some drive by cleanup on the way.

All this is in preparation for some bigger work refactoring our checkpoint writing and generally fully embracing the arrow state.

Related Issue(s)

Documentation

@github-actions github-actions bot added binding/python Issues for the Python package binding/rust Issues for the Rust crate labels Aug 17, 2024
@roeap roeap enabled auto-merge August 17, 2024 09:33
@roeap roeap added this pull request to the merge queue Aug 17, 2024
Merged via the queue into delta-io:main with commit eea53f4 Aug 17, 2024
21 checks passed
@roeap roeap deleted the fix/type branch August 17, 2024 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants