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 16:46:00 UTC

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

     [ https://issues.apache.org/jira/browse/ARROW-5551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebastien Binet resolved ARROW-5551.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.14.0

Issue resolved by pull request 4517
[https://github.com/apache/arrow/pull/4517]

> [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
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.14.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)