You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2018/10/31 21:37:00 UTC

[jira] [Updated] (ARROW-3637) [Go] Implement Stringer for arrays

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

Wes McKinney updated ARROW-3637:
--------------------------------
    Summary: [Go] Implement Stringer for arrays  (was: [Go] typo in float64 slice example)

> [Go] Implement Stringer for arrays
> ----------------------------------
>
>                 Key: ARROW-3637
>                 URL: https://issues.apache.org/jira/browse/ARROW-3637
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Go
>            Reporter: James Walker
>            Assignee: Sebastien Binet
>            Priority: Trivial
>              Labels: pull-request-available
>             Fix For: 0.12.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> The example in the documentation states:
>  
> {code:java}
> // This example shows how one can slice an array.
> // The initial (float64) array is:
> // [1, 2, 3, (null), 4, 5]
> //
> // and the sub-slice is:
> // [3, (null), 4]
> {code}
> However, the initial array is actually `[1, 2, 3, -1, 4, 5]` and the sub-slice is actually `[3, -1, 4]`.
>  



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