Uwe L. Korn created ARROW-2885:
----------------------------------

             Summary: [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
             Fix For: 0.11.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)

Reply via email to