Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
As follow up to ARROW-5028 and other issues, in a case like
vals = [['x' * 1024]] * ((2 << 20) + 1)
arr = pa.array(vals)
The child array of the ListArray cannot hold all of the string data. After the patch for ARROW-5028, an exception is raised rather than returning a malformed array. We could (with some effort) instead produce a chunked array of list<string> type
Attachments
Issue Links
- is fixed by
-
ARROW-9992 [C++][Python] Refactor python to arrow conversions based on a reusable conversion API
- Resolved
- is related to
-
ARROW-2367 [Python] ListArray has trouble with sizes greater than kMaximumCapacity
- Resolved