[ https://issues.apache.org/jira/browse/ARROW-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rok Mihevc updated ARROW-200: ----------------------------- External issue URL: https://github.com/apache/arrow/issues/15548 > [Python] Convert Values String looks like it has incorrect error handling > ------------------------------------------------------------------------- > > Key: ARROW-200 > URL: https://issues.apache.org/jira/browse/ARROW-200 > Project: Apache Arrow > Issue Type: Bug > Components: Python > Reporter: Micah Kornfield > Assignee: Micah Kornfield > Priority: Major > Fix For: 0.1.0 > > > In pyarrow/adapters/pandas.cc: > There looks like there are at least a couple of instances of code of this sort > `693 out_values[i] = make_pystring(data, length); > 694 if (out_values[i] == nullptr) { > 695 return Status::OK(); > 696 }` > I believe this should be returning an error status. [~wesmckinn]? -- This message was sent by Atlassian Jira (v8.20.10#820010)