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

[Python] Builds on master broken by pandas 1.0.2 release #24315

Closed
asfimport opened this issue Mar 13, 2020 · 5 comments
Closed

[Python] Builds on master broken by pandas 1.0.2 release #24315

asfimport opened this issue Mar 13, 2020 · 5 comments
Assignees
Labels
Milestone

Comments

@asfimport
Copy link
Collaborator

asfimport commented Mar 13, 2020

See example failing build

https://github.com/apache/arrow/runs/504483158

test_conversion_extensiontype_to_extensionarray

>   ???
E   pyarrow.lib.ArrowNotImplementedError: No cast implemented from extension<arrow.py_extension_type> to int64

Reporter: Wes McKinney / @wesm
Assignee: Joris Van den Bossche / @jorisvandenbossche

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-8106. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Wes McKinney / @wesm:
I would guess this is also the cause of our nightly pandas-master build failing

@asfimport
Copy link
Collaborator Author

Wes McKinney / @wesm:
cc @jorisvandenbossche

@asfimport
Copy link
Collaborator Author

Wes McKinney / @wesm:
This is the same issue as ARROW-7857 but I'll leave it open until our master build is fixed

@asfimport
Copy link
Collaborator Author

Joris Van den Bossche / @jorisvandenbossche:
Did a quick PR to "fix" the test, can leave the other issue open to ensure we re-enable the test properly when the underlying issue is fixed (for which I don't have time today, this needs fixing of casting extension types to its storage type: ARROW-7858)

@asfimport
Copy link
Collaborator Author

Wes McKinney / @wesm:
Issue resolved by pull request 6614
#6614

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants