Details
-
Wish
-
Status: In Progress
-
Trivial
-
Resolution: Unresolved
-
None
-
None
Description
Following ARROW-14798 we can have this kind of pretty-print output:
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"]], ...,
IMHO it would read better as:
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"]], ...,
Attachments
Issue Links
- is a child of
-
ARROW-18359 PrettyPrint Improvements
- Open
- links to