[
https://issues.apache.org/jira/browse/ARROW-5387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebastien Binet resolved ARROW-5387.
------------------------------------
Resolution: Fixed
Fix Version/s: 0.14.0
Issue resolved by pull request 4360
[https://github.com/apache/arrow/pull/4360]
> [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: 40m
> 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
(v7.6.3#76005)