Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
added the ability to slice arrays. It's been implemented on the Array trait, so callers might expect it to also work on ListArray and StructArray.ARROW-3954
It looks like for ListArray, the offset buffer is sliced, but the child_data buffer is not modified. This leads to an assertion failure.
Attachments
Issue Links
- blocks
-
ARROW-4886 [Rust] Inconsistent behaviour with casting sliced primitive array to list array
- Resolved
-
ARROW-4854 [Rust] Use Array Slice for limit kernel
- Resolved
- links to