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/06/11 11:04:00 UTC

[jira] [Created] (ARROW-5551) [Go] invalid FixedSizeArray representation

Sebastien Binet created ARROW-5551:
--------------------------------------

             Summary: [Go] invalid FixedSizeArray representation
                 Key: ARROW-5551
                 URL: https://issues.apache.org/jira/browse/ARROW-5551
             Project: Apache Arrow
          Issue Type: Bug
          Components: Go
            Reporter: Sebastien Binet
            Assignee: Sebastien Binet


FixedSizeArrays are currently represented as 3-buffers data.

but the C++ definition expects a 2-buffers data layout (as all the primitive arrays.)

(uncovered while trying to roundtrip all "integration" tests.)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)