sgilmore10 commented on PR #37836:
URL: https://github.com/apache/arrow/pull/37836#issuecomment-1741373890

   > I discussed this more with @sgilmore10, and we realized that the Unicode 
box-drawing characters don't align properly when certain Unicode characters are 
used. So, for now, we think it is best to go with a simpler display.
   
   Based on our discussion, I've updated the `Schema` display to the following:
   
   ```matlab
   >> field1 =  arrow.field("A", arrow.time32());
   >> field2 = arrow.field("B", arrow.boolean());
   >> s = arrow.schema([field1 field2])
   
   s = 
   
     Arrow Schema with 2 fields:
   
       A: Time32 | B: Boolean
   ```
   
   When in desktop mode, `Schema`, `Time32`, and `Boolean` are hyperlinks to 
the help text for each class type.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to