[
https://issues.apache.org/jira/browse/ARROW-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17657234#comment-17657234
]
Rok Mihevc commented on ARROW-200:
----------------------------------
This issue has been migrated to [issue
#15548|https://github.com/apache/arrow/issues/15548] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [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)