sgilmore10 opened a new issue, #36652: URL: https://github.com/apache/arrow/issues/36652
### Describe the enhancement requested Now that the issue #36363 is closed via PR #36419, we can initialize the `Type` property of the `arrow.array.Array` subclasses from from an existing proxy. Currently, we create a new proxy `Type` object whose underlying `arrow::DataType` is semantically equal to - but not the same as - the `arrow::DataType` owned by the Array proxy. It would be preferable if the `Type` and `Array` proxy classes refer to the same `arrow::DataType` object (i.e. the same object on the heap). ### 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]
