-
Notifications
You must be signed in to change notification settings - Fork 595
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: read_delta and to_delta for some backends #6354
Conversation
Regarding dependencies, I think we can make I can push up the changes for that. |
Added a small round trip test. |
One issue with the spark implementation is that the recommended way to do this -- using |
Pushed up a fix for the conflict. |
I think I'll skip Spark for this PR and can add later if requested? thanks for the help here! I'll look to add datafusion, update some docstrings, and look at adding more tests |
24f57ab
to
d969432
Compare
save cleanup; add read_delta for duckdb chore(deps): add `deltalake` dependency and extra test(delta): add round trip deltalake format test test: skip if `deltalake` missing ci: add deltalake extra to polars and duckdb jobs Apply suggestions from code review Co-authored-by: Phillip Cloud <[email protected]> test: hit the top-level API in roundtrip test docs(backends): fix typo in pip install command fix(docs): typo in code without selectors docstrings and try/catch deltalake import fix lint black; poetry stuff
Fixed up a small issue from #6323 (replacing Set to automerge! |
closes #6319
adds
read_delta
for some backends andto_delta
for all backends (writing locally)TODO:
- [ ] datafusion backend- [ ] spark backend?