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

fix(python): add write support explicitly for pyarrow dataset #1780

Merged

Conversation

ion-elgreco
Copy link
Collaborator

Description

Adds explicitly write support for pyarrow.dataset.Dataset. Currently, it would work on the first write because the writer wouldn't go inside if the table is not None condition, so it would not return an error, and since pyarrow.write_dataset supports Datasets it worked for the first write but not the second write.

Related Issue(s)

@ion-elgreco ion-elgreco changed the title add write support explicitly for pyarrow dataset fix(python): add write support explicitly for pyarrow dataset Oct 27, 2023
@github-actions github-actions bot added the binding/python Issues for the Python package label Oct 27, 2023
@github-actions
Copy link

ACTION NEEDED

delta-rs follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

@rtyler rtyler enabled auto-merge (rebase) October 27, 2023 15:42
@rtyler rtyler merged commit 0ad02d4 into delta-io:main Oct 27, 2023
22 of 23 checks passed
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

errors when using pyarrow dataset as a source
2 participants