sgilmore10 opened a new issue, #36953:
URL: https://github.com/apache/arrow/issues/36953

   ### Describe the enhancement requested
   
   As discussed in #36855, we think it would be better to move the recommended 
APIs for the MATLAB Interface directly under the top-level `arrow.*` package. 
This should help simplify the interface, and will make it easier for users to 
switch between multiple language bindings. We have already moved the `type` 
convenience constructors to the `arrow` package.  Now we want to add a gateway 
function that creates arrays to mirror `PyArrow`. As part of this change, we 
will modify the array constructors to accept `libmexclass.proxy.Proxy` objects 
- similar to how the `arrow.type.<Type>` constructors accept  
`libmexclass.proxy.Proxy` objects.
   
    
   
   ### 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]

Reply via email to