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)