sgilmore10 commented on PR #37836: URL: https://github.com/apache/arrow/pull/37836#issuecomment-1734155358
> I haven't looked at the code yet in detail, but just a thought - what if we made the display look similar to the following? > > ```matlab > Arrow tabular Schema with 3 fields: > > ┌─────────────────┬─────────────────┬──────────────┐ > │ Name: A │ Name: B │ Name: C │ > │ Type: Time32 │ Type: Boolean │ Type: String │ > └─────────────────┴─────────────────┴──────────────┘ > ``` > > This is just a suggestion. Let me know what you think. I like this. It makes it clear this object is a Arrow `Schema` and not a MATLAB `table`. I can see how the original design may confuse users in that sense. -- 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]
