-
Notifications
You must be signed in to change notification settings - Fork 48
deps: include pyarrow
as a dependency
#529
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
Conversation
Test with a minimum version of pyarrow to confirm compatibility.
testing/constraints-3.9.txt
Outdated
@@ -12,6 +12,7 @@ google-cloud-resource-manager==1.10.3 | |||
google-cloud-storage==2.0.0 | |||
ibis-framework==8.0.0 | |||
pandas==1.5.0 | |||
pyarrow==3.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can this be higher? looks like
E AttributeError: type object 'pyarrow.lib.RecordBatch' has no attribute 'from_pydict'
is due to 3.0.0 being too old
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Work-in-progress. I need to determine what our minimum version actually is. Will update this PR with a bit of a binary search to determine.
* deps: include `pyarrow` as a dependency Test with a minimum version of pyarrow to confirm compatibility. * fix unit test * fix unit tests * try pyarrow 11 * try pyarrow 8 * skip failing astype test
Test with a minimum version of pyarrow to confirm compatibility.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
🦕