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

Balazs Jeszenszky reassigned ARROW-15475:
-----------------------------------------

    Assignee: Balazs Jeszenszky

> [C++][Python] Add a space after commas in pretty-print output
> -------------------------------------------------------------
>
>                 Key: ARROW-15475
>                 URL: https://issues.apache.org/jira/browse/ARROW-15475
>             Project: Apache Arrow
>          Issue Type: Wish
>          Components: C++, Python
>            Reporter: Antoine Pitrou
>            Assignee: Balazs Jeszenszky
>            Priority: Trivial
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Following ARROW-14798 we can have this kind of pretty-print output:
> {code}
> struct: [
>   -- is_valid: all not null
>   -- child 0 type: int64
>   [0,1,2,3,4,...,45,46,47,48,49]
>   -- child 1 type: list<item: string>
>   [["crown","trunk","roots"],["roots","seeds"],...,[],["crown"]],
> ...,
> {code}
> IMHO it would read better as:
> {code}
> struct: [
>   -- is_valid: all not null
>   -- child 0 type: int64
>   [0, 1, 2, 3, 4, ..., 45, 46, 47, 48, 49]
>   -- child 1 type: list<item: string>
>   [["crown", "trunk", "roots"], ["roots", "seeds"], ..., [], ["crown"]],
> ...,
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to