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

Add pyarrow 1.0 and pandas 1.1 support #46

Merged
merged 3 commits into from
Jul 29, 2020
Merged

Add pyarrow 1.0 and pandas 1.1 support #46

merged 3 commits into from
Jul 29, 2020

Conversation

jonmmease
Copy link
Collaborator

@jonmmease jonmmease commented Jul 28, 2020

This PR adds support for pyarrow 1.0, maintaining compatibility with the currently working pre-1.0 versions of pyarrow.

It also removes the upper pyarrow constraint bounds from the setup.py metadata and the CI test environment.

Closes #43

@jbednar
Copy link
Member

jbednar commented Jul 29, 2020

The test failures look very confusing to me...

These are only testing updates to be compatible with the updated ExtensionArray
test suite in pandas 1.1
@jonmmease jonmmease changed the title Add pyarrow 1.0 support Add pyarrow 1.0 and pandas 1.1 support Jul 29, 2020
@jonmmease
Copy link
Collaborator Author

Test failure were due to the updated ExtensionArray test suite in pandas 1.1. Everything should be working now with pyarrow 1.0 and pandas 1.1.

@jbednar
Copy link
Member

jbednar commented Jul 29, 2020

Thanks so much!

@jbednar jbednar merged commit 0a4e08e into master Jul 29, 2020
@jbednar jbednar deleted the pyarrow_1.0 branch July 29, 2020 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Apache Arrow 1.0.0 incompatibility
2 participants