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

Support partial overwrites #268

Closed
Fokko opened this issue Jan 16, 2024 · 4 comments
Closed

Support partial overwrites #268

Fokko opened this issue Jan 16, 2024 · 4 comments

Comments

@Fokko
Copy link
Contributor

Fokko commented Jan 16, 2024

Feature Request / Improvement

The current Table.overwrite(pa.Table, BooleanExpression) allows us to overwrite parts of the table that match the predicate. Currently only AlwaysTrue() is supported, which means a full overwrite.

@whynick1
Copy link
Contributor

whynick1 commented Apr 4, 2024

@Fokko if nobody is already looking at this, would love to try and take a stab at this?

@Fokko
Copy link
Contributor Author

Fokko commented Apr 4, 2024

@whynick1 This should be done once #554 is in. Would you like to provide one of the metadata tables? See #511

@Fokko
Copy link
Contributor Author

Fokko commented Apr 4, 2024

Closing this since it is a duplicate of #511. A partial overwrite is essentially a delete + append.

@Fokko Fokko closed this as completed Apr 4, 2024
@whynick1
Copy link
Contributor

whynick1 commented Apr 4, 2024

@whynick1 This should be done once #554 is in. Would you like to provide one of the metadata tables? See #511

@Fokko In that case, can I take #554, if not I am happy to work on #511 too.

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

No branches or pull requests

2 participants