[ 
https://issues.apache.org/jira/browse/ARROW-5387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated ARROW-5387:
----------------------------------
    Labels: pull-request-available  (was: )

> [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
>
> 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
(v7.6.3#76005)

Reply via email to