jorisvandenbossche opened a new issue, #434:
URL: https://github.com/apache/arrow-nanoarrow/issues/434

   While writing the example for our tutorial, the usage of `na.Array(..)` 
stood a bit out. There is of course nothing "wrong" with it, but it does feel 
inconsistent with how many other libraries provide their general purpose 
constructor (eg `pyarrow.array()`, `numpy.array()`, `torch.tensor()`, etc), and 
also somewhat internally with most or our other constructors (eg `na.c_array()` 
and not `na.CArray()`, and several other such cases)
   
   So the suggestion to consider adding again a `nanoarrow.array(..) -> Array` 
constructor function (I think at some point in the Array PR it did exist?)


-- 
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