You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Sebastien Binet (JIRA)" <ji...@apache.org> on 2019/04/04 16:17:00 UTC

[jira] [Created] (ARROW-5119) [Go] invalid Stringer implementation for array.Boolean

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)