[ 
https://issues.apache.org/jira/browse/ARROW-2885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17659910#comment-17659910
 ] 

Rok Mihevc commented on ARROW-2885:
-----------------------------------

This issue has been migrated to [issue 
#19256|https://github.com/apache/arrow/issues/19256] on GitHub. Please see the 
[migration documentation|https://github.com/apache/arrow/issues/14542] for 
further details.

> [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 Korn
>            Priority: Minor
>              Labels: beginner
>
> 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
(v8.20.10#820010)

Reply via email to