You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Micah Kornfield (JIRA)" <ji...@apache.org> on 2016/05/16 04:39:13 UTC

[jira] [Created] (ARROW-200) [Python] Convert Values String looks like it has incorrect error handling

Micah Kornfield created ARROW-200:
-------------------------------------

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


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
(v6.3.4#6332)