You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/07/29 15:01:06 UTC

[jira] [Resolved] (ARROW-968) [Python] RecordBatch [i:j] syntax is incomplete

     [ https://issues.apache.org/jira/browse/ARROW-968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney resolved ARROW-968.
--------------------------------
    Resolution: Fixed

Issue resolved by pull request 908
[https://github.com/apache/arrow/pull/908]

> [Python] RecordBatch [i:j] syntax is incomplete
> -----------------------------------------------
>
>                 Key: ARROW-968
>                 URL: https://issues.apache.org/jira/browse/ARROW-968
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 0.3.0
>            Reporter: Wes McKinney
>            Assignee: Wes McKinney
>             Fix For: 0.6.0
>
>
> {code}
> In [11]: batch[:2]
> ---------------------------------------------------------------------------
> TypeError                                 Traceback (most recent call last)
> <ipython-input-11-318d8cbf9717> in <module>()
> ----> 1 batch[:2]
> /home/wesm/code/arrow/python/pyarrow/_table.pyx in pyarrow._table.RecordBatch.__getitem__ (/home/wesm/code/arrow/python/build/temp.linux-x86_64-3.5/_table.cxx:6629)()
> TypeError: an integer is required
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)