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

feat: extend write_deltalake to accept Deltalake schema #1922

Merged
merged 3 commits into from
Nov 29, 2023

Conversation

r3stl355
Copy link
Contributor

Description

A second attempt to extend the write_deltalake to accept either PyArrow or Deltalake schema (messed up the previous PR with some rebase issues)
Added a test

Related Issue(s)

closes #1862

@github-actions github-actions bot added the binding/python Issues for the Python package label Nov 29, 2023
Copy link
Collaborator

@ion-elgreco ion-elgreco left a comment

Choose a reason for hiding this comment

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

Thanks for the change! @r3stl355

Copy link
Collaborator

@ion-elgreco ion-elgreco left a comment

Choose a reason for hiding this comment

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

Actually, one small change needed. Can you add the updated typehint also in the overloads?

@ion-elgreco ion-elgreco enabled auto-merge (squash) November 29, 2023 20:20
@ion-elgreco ion-elgreco merged commit ceb8562 into delta-io:main Nov 29, 2023
24 checks passed
ion-elgreco pushed a commit to ion-elgreco/delta-rs that referenced this pull request Dec 1, 2023
# Description
A second attempt to extend the write_deltalake to accept either PyArrow
or Deltalake schema (messed up the previous PR with some rebase issues)
Added a test

# Related Issue(s)
closes delta-io#1862

---------

Signed-off-by: Nikolay Ulmasov <[email protected]>
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.

Unable to use deltalake Schema in write_deltalake
2 participants