ARROW-8106: [Python] Ensure extension array conversion tests passes with latest pandas#6614
ARROW-8106: [Python] Ensure extension array conversion tests passes with latest pandas#6614jorisvandenbossche wants to merge 1 commit intoapache:masterfrom
Conversation
…ith latest pandas
wesm
left a comment
There was a problem hiding this comment.
+1. Can we try to fix the underlying issue before the 0.17.0 closes?
I can try to look at the casting issue next week (https://issues.apache.org/jira/browse/ARROW-7858). |
…ay tests Reverts #6614, now ARROW-7858 (casting extension type based on its storage type) is implemented. Closes #6664 from jorisvandenbossche/ARROW-7857 Authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
It's not fixing the underlying issue (ARROW-7857), but at least making sure the test build is green again.