[
https://issues.apache.org/jira/browse/ARROW-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16736134#comment-16736134
]
Wes McKinney commented on ARROW-4179:
-------------------------------------
There's two problems:
* TestConvertStructTypes.test_from_numpy_large is being run even though it
should be disabled by {{pytest.mark.large_memory}}. This seems like a
regression in pytest
* That test fails -- it hits the following DCHECK in
arrow/python/numpy_to_arrow.cc:315
{code}
DCHECK_NE(dtype_->type_num, NPY_OBJECT)
<< "This class does not handle NPY_OBJECT arrays";
{code}
I opened ARROW-4181
> [Python] Tests crashing on all platforms in CI
> ----------------------------------------------
>
> Key: ARROW-4179
> URL: https://issues.apache.org/jira/browse/ARROW-4179
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Reporter: Wes McKinney
> Assignee: Wes McKinney
> Priority: Blocker
> Fix For: 0.12.0
>
>
> Since there have been some conda-forge library updates I would guess this is
> toolchain-related
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)