You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Jim Crist (JIRA)" <ji...@apache.org> on 2018/08/07 15:41:00 UTC

[jira] [Commented] (ARROW-3009) Python ORC failing on 0.10.0

    [ https://issues.apache.org/jira/browse/ARROW-3009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16571856#comment-16571856 ] 

Jim Crist commented on ARROW-3009:
----------------------------------

Looks like it should be `pyarrow_wrap_batch`. Will issue a PR.

> Python ORC failing on 0.10.0
> ----------------------------
>
>                 Key: ARROW-3009
>                 URL: https://issues.apache.org/jira/browse/ARROW-3009
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Python
>            Reporter: Jim Crist
>            Priority: Major
>
> This is probably because there no tests for the python orc reader (sorry I never got around to that).
> The error message is
> TypeError: Do not call RecordBatch's constructor directly, use one of the `RecordBatch.from_*` functions instead.
> and comes from these lines in the orc cython code: https://github.com/apache/arrow/blob/master/python/pyarrow/_orc.pyx#L96-L97
> I'm not sure what they should be replaced with in the new api.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)