You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Joris Van den Bossche (Jira)" <ji...@apache.org> on 2022/04/04 08:49:00 UTC

[jira] [Resolved] (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 ]

Joris Van den Bossche resolved ARROW-15783.
-------------------------------------------
    Fix Version/s: 8.0.0
       Resolution: Fixed

Issue resolved by pull request 12753
[https://github.com/apache/arrow/pull/12753]

> [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
>             Fix For: 8.0.0
>
>          Time Spent: 1.5h
>  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)