Sebastien Binet created ARROW-5119:
--------------------------------------
Summary: [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
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)