Skip to content

[C++] Right-justify array values in PrettyPrint #19256

@asfimport

Description

@asfimport

Currently we the output of PrettyPrint for an array looks as follows:

[
  1,
  NA
]

We should right-justify it for better readability:

[
   1,
  NA
]

Reporter: Uwe Korn / @xhochy

Related issues:

Note: This issue was originally created as ARROW-2885. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions