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

Bugfix 1641: Remove unused staged arg from write_pickle_batch #1642

Conversation

alexowens90
Copy link
Collaborator

@alexowens90 alexowens90 commented Jun 24, 2024

⚠️ API change ⚠️ Fixes #1641
Also changes write_pickle_batch to return DataError objects instead of throwing exceptions, and updated the return type and docstring accordingly.

[p.symbol for p in payloads],
[p.data for p in payloads],
[p.metadata for p in payloads],
prune_previous_version=prune_previous_versions,
pickle_on_failure=True,
parallel=staged,
validate_index=False,
throw_on_error=False,
Copy link
Collaborator

@poodlewars poodlewars Jun 24, 2024

Choose a reason for hiding this comment

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

Needs testing, no?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Added

@alexowens90 alexowens90 force-pushed the bugfix/1641/remove-unused-staged-arg-fromwrite-pickle-batch branch 2 times, most recently from c9780db to 3bb6934 Compare July 5, 2024 13:23
@alexowens90 alexowens90 self-assigned this Aug 21, 2024
@alexowens90 alexowens90 added bug Something isn't working api break Requires a new major version (SemVer) labels Aug 21, 2024
@alexowens90 alexowens90 force-pushed the bugfix/1641/remove-unused-staged-arg-fromwrite-pickle-batch branch from 3bb6934 to 7789ac9 Compare August 21, 2024 16:03
@alexowens90 alexowens90 merged commit cc4887d into master Aug 22, 2024
115 of 116 checks passed
@alexowens90 alexowens90 deleted the bugfix/1641/remove-unused-staged-arg-fromwrite-pickle-batch branch August 22, 2024 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api break Requires a new major version (SemVer) bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

write_pickle_batch has a staged argument that does not do anything
3 participants