You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/03/30 08:08:00 UTC

[jira] [Updated] (ARROW-15783) [Python] Converting arrow MonthDayNanoInterval to pandas fails DCHECK

     [ https://issues.apache.org/jira/browse/ARROW-15783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-15783:
-----------------------------------
    Labels: pull-request-available  (was: )

> [Python] Converting arrow MonthDayNanoInterval to pandas fails DCHECK
> ---------------------------------------------------------------------
>
>                 Key: ARROW-15783
>                 URL: https://issues.apache.org/jira/browse/ARROW-15783
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, Python
>            Reporter: Micah Kornfield
>            Assignee: Micah Kornfield
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> InitPandasStaticData is only called on python/pandas -> Arrow and not the reverse path
>  
> This causes the DCHECK to make sure the Pandas type is not null to fail if import code is never used.
>  
> A workaround to users of the library is to call pa.array([1]) which would avoid this issue.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)