[
https://issues.apache.org/jira/browse/ARROW-5119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebastien Binet resolved ARROW-5119.
------------------------------------
Resolution: Fixed
Fix Version/s: 0.14.0
Issue resolved by pull request 4112
[https://github.com/apache/arrow/pull/4112]
> [Go] invalid Stringer implementation for array.Boolean
> ------------------------------------------------------
>
> Key: ARROW-5119
> URL: https://issues.apache.org/jira/browse/ARROW-5119
> Project: Apache Arrow
> Issue Type: Bug
> Components: Go
> Reporter: Sebastien Binet
> Assignee: Sebastien Binet
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.14.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> The Stringer implementation of array.Boolean loops over the `[]byte` array
> (which may not have the correct number of entries wrt the bool content)
> instead of using array.Interface.Len.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)