[
https://issues.apache.org/jira/browse/ARROW-15475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-15475:
-----------------------------------
Labels: pull-request-available (was: )
> [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
> Priority: Trivial
> Labels: pull-request-available
> Time Spent: 10m
> 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)