You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jacob Wujciak-Jens (Jira)" <ji...@apache.org> on 2022/04/08 12:24:00 UTC

[jira] [Updated] (ARROW-15808) take function doesn't work when table has large row counts

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

Jacob Wujciak-Jens updated ARROW-15808:
---------------------------------------
    Component/s: Python

> take function doesn't work when table has large row counts
> ----------------------------------------------------------
>
>                 Key: ARROW-15808
>                 URL: https://issues.apache.org/jira/browse/ARROW-15808
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: Python
>         Environment: pyarrow 7.0.0, pyarrow 5.0
>            Reporter: Zhe Wu
>            Priority: Major
>
> Steps to reproduce the error:
>  
> {code:java}
> import pyarrow as pa
> a = pa.array(["123456789"]*260000000)
> tb = pa.table([a], names=["a"])
> tb.take([1])
> {code}
>  
> ERROR message:
> ArrowInvalid: offset overflow while concatenating arrays



--
This message was sent by Atlassian Jira
(v8.20.1#820001)