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: just make pyarrow 12 the max #1603

Merged
merged 9 commits into from
Aug 28, 2023

Conversation

wjones127
Copy link
Collaborator

Description

This is a temporary fix until I have more time to finish #1602.

Related Issue(s)

Documentation

rtyler and others added 6 commits August 24, 2023 22:50
Rust 1.72 was particularly annoyed by these missing docs 🤷
I don't understand how this wasn't failing before since filesystem is Optional
in the type, error in Actions:

    mypy
    deltalake/writer.py:223: error: Item "None" of "Optional[Any]" has no attribute "get_file_info"  [union-attr]
    Found 1 error in 1 file (checked 7 source files)
@github-actions github-actions bot added the binding/python Issues for the Python package label Aug 28, 2023
@github-actions github-actions bot added binding/rust Issues for the Rust crate rust labels Aug 28, 2023
@wjones127
Copy link
Collaborator Author

@rtyler I merged your PR into here with some more Python fixes. CI should all be green :)

@wjones127 wjones127 merged commit 02b2b88 into delta-io:main Aug 28, 2023
21 checks passed
@wjones127 wjones127 deleted the fix/pyarrow-fix-12 branch August 28, 2023 15:18
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 binding/rust Issues for the Rust crate rust
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants