ianmcook commented on code in PR #44880:
URL: https://github.com/apache/arrow/pull/44880#discussion_r1862885535
##########
docs/source/python/api/datatypes.rst:
##########
@@ -72,6 +72,12 @@ These should be used to create Arrow data types and schemas.
field
schema
from_numpy_dtype
+ bool8
+ uuid
+ json_
+ union
+ dense_union
+ sparse_union
Review Comment:
I think a better order for these is:
- `union`, `dense_union`, and `sparse_union` just above `opaque`
- `bool8`, `uuid`, and `json_` just below `opaque`
--
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]