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

Francois Saint-Jacques updated ARROW-7964:
------------------------------------------
    Description: 
This should apply primarly to DataType, Field, and Schema. It should not try to 
print things like metadata and nullability. This is not meant for serialization 
but quick glance.

 
{code:java}
i32
list<i32>
dict<utf8,i8>
struct<<a,i32>,<b,struct<<n,utf8>>>>
schema<<a,i32>>{code}
Once we have that, we can have a small print diagnostic to array/tables like R.

 

  was:
This should apply primarly to DataType, Field, and Schema. It should not try to 
print things like metadata and nullability. This is not meant for serialization 
but quick glance.

 
{code:java}
i32
list<i32>
dict<utf8,i8>
struct<<a,i32>,<b,struct<<n,utf8>>>>
schema<<a,i32>>{code}


> [C++] Add short representation string to common classes
> -------------------------------------------------------
>
>                 Key: ARROW-7964
>                 URL: https://issues.apache.org/jira/browse/ARROW-7964
>             Project: Apache Arrow
>          Issue Type: Improvement
>            Reporter: Francois Saint-Jacques
>            Priority: Major
>
> This should apply primarly to DataType, Field, and Schema. It should not try 
> to print things like metadata and nullability. This is not meant for 
> serialization but quick glance.
>  
> {code:java}
> i32
> list<i32>
> dict<utf8,i8>
> struct<<a,i32>,<b,struct<<n,utf8>>>>
> schema<<a,i32>>{code}
> Once we have that, we can have a small print diagnostic to array/tables like 
> R.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to