[ 
https://issues.apache.org/jira/browse/ARROW-5387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17662410#comment-17662410
 ] 

Rok Mihevc commented on ARROW-5387:
-----------------------------------

This issue has been migrated to [issue 
#21845|https://github.com/apache/arrow/issues/21845] on GitHub. Please see the 
[migration documentation|https://github.com/apache/arrow/issues/14542] for 
further details.

> [Go] properly handle sub-slice of List
> --------------------------------------
>
>                 Key: ARROW-5387
>                 URL: https://issues.apache.org/jira/browse/ARROW-5387
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Go
>            Reporter: Sebastien Binet
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.14.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> consider an `array.List` with the following content:
> `[[0 1 2] (null) [3 4 5 6]]`
>  
> sub-slicing it with `array.NewSlice(arr, 1, 3)`, we get:
> `[(null) []]` instead of `[(null) [3 4 5 6]]`
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to