kevingurney opened a new issue, #38417: URL: https://github.com/apache/arrow/issues/38417
### Describe the enhancement requested For the MATLAB Interface, we would like to enable converting MATLAB `cell` arrays into `arrow.array.ListArray`s via the `arrow.array.ListArray.fromMATLAB` static method. However, one important consideration is that `cell` arrays can contain arbitrary data of different MATLAB types. This is problematic, because `ListArray` must have a consistent `ValueType`. Therefore, it would be helpful to add some `cell` array validation utilities that can be used to make sure a given `cell` array only contains elements with consistent type ### Component(s) MATLAB -- 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]
