[
https://issues.apache.org/jira/browse/ARROW-4853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17661875#comment-17661875
]
Rok Mihevc commented on ARROW-4853:
-----------------------------------
This issue has been migrated to [issue
#21364|https://github.com/apache/arrow/issues/21364] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [Rust] Array slice doesn't work on ListArray and StructArray
> ------------------------------------------------------------
>
> Key: ARROW-4853
> URL: https://issues.apache.org/jira/browse/ARROW-4853
> Project: Apache Arrow
> Issue Type: Bug
> Components: Rust
> Reporter: Neville Dipale
> Assignee: Chao Sun
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.13.0
>
> Time Spent: 5.5h
> Remaining Estimate: 0h
>
> -ARROW-3954- 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.
> It looks like for ListArray, the offset buffer is sliced, but the child_data
> buffer is not modified. This leads to an assertion failure.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)