paleolimbot commented on code in PR #458:
URL: https://github.com/apache/arrow-nanoarrow/pull/458#discussion_r1599989959


##########
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:
   Yes, it comes from `ArrowTypeString()`, which draws from 
`NANOARROW_TYPE_NA`, which came from `ARROW_TYPE_NA`. It should be updated 
since it now creeps into a number of user-facing places (in R too).



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