paleolimbot commented on issue #434: URL: https://github.com/apache/arrow-nanoarrow/issues/434#issuecomment-2066921779
I forget exactly which review suggested I drop it (perhaps from @danepitkin ?), but I don't have strong feelings either way. Right now it gives a very bad error message (below), so I'm inclined to add it back (but perhaps keeping the documentation with the `Array` constructor?). ```python import nanoarrow as na na.array([1, 2, 3], na.int32()) #> TypeError: 'module' object is not callable ``` -- 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]
