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 2019/02/11 16:32:00 UTC

[jira] [Updated] (ARROW-2885) [C++] Right-justify array values in PrettyPrint

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

Wes McKinney updated ARROW-2885:
--------------------------------
    Fix Version/s:     (was: 0.13.0)
                   0.14.0

> [C++] Right-justify array values in PrettyPrint
> -----------------------------------------------
>
>                 Key: ARROW-2885
>                 URL: https://issues.apache.org/jira/browse/ARROW-2885
>             Project: Apache Arrow
>          Issue Type: Task
>          Components: C++
>            Reporter: Uwe L. Korn
>            Priority: Major
>              Labels: beginner
>             Fix For: 0.14.0
>
>
> Currently we the output of {{PrettyPrint}} for an array looks as follows:
> {code}
> [
>   1,
>   NA
> ]
> {code}
> We should right-justify it for better readability:
> {code}
> [
>    1,
>   NA
> ]
> {code}



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