sgilmore10 opened a new issue, #36555: URL: https://github.com/apache/arrow/issues/36555
### Describe the enhancement requested Now that DataType classes (e.g. `arrow.type.Float64Type`, `arrow.type.TimestampType`, etc) are implemented as proxy classes (#36419), we should construct the `Type` properties of the `arrow.array.Array` subclasses from the proxy IDs. This means the `Type` property on the MATLAB `Array` class and the `type` property within the underlying `std::shared_ptr<arrow::Array>` of the Array proxy class will refer to the same `std::shared_ptr<arrow::DataType>`. ### 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]
