-
Notifications
You must be signed in to change notification settings - Fork 289
Support partial overwrites #268
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
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request / Improvement
The current
Table.overwrite(pa.Table, BooleanExpression)
allows us to overwrite parts of the table that match the predicate. Currently onlyAlwaysTrue()
is supported, which means a full overwrite.The text was updated successfully, but these errors were encountered: