Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
pyarrow 7.0.0, pyarrow 5.0
Description
Steps to reproduce the error:
import pyarrow as pa a = pa.array(["123456789"]*260000000) tb = pa.table([a], names=["a"]) tb.take([1])
ERROR message:
ArrowInvalid: offset overflow while concatenating arrays
Attachments
Issue Links
- duplicates
-
ARROW-9773 [C++] Take kernel can't handle ChunkedArrays that don't fit in an Array
- In Progress