You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Micah Kornfield (Jira)" <ji...@apache.org> on 2022/02/25 01:25:00 UTC

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

Micah Kornfield created ARROW-15783:
---------------------------------------

             Summary: [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


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)