jorisvandenbossche commented on code in PR #458:
URL: https://github.com/apache/arrow-nanoarrow/pull/458#discussion_r1599941485
##########
python/src/nanoarrow/schema.py:
##########
@@ -481,7 +499,7 @@ def null(nullable: bool = True) -> Schema:
>>> import nanoarrow as na
>>> na.null()
- Schema(NULL)
+ <Schema> na
Review Comment:
This "na" is defined by the nanoarrow C sources? Because I think using
"null" is 1) much clearer for the user, and 2) more in alignment with the
actual spec
--
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]