paleolimbot opened a new pull request, #467: URL: https://github.com/apache/arrow-nanoarrow/pull/467
Closes #465. ```python import nanoarrow as na import pyarrow as pa arr = na.array(pa.array([None])) arr.schema #> <Schema> na arr #> nanoarrow.Array<na>[1] #> None ``` -- 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]
