ianmcook commented on code in PR #44880:
URL: https://github.com/apache/arrow/pull/44880#discussion_r1862876147
##########
docs/source/python/api/arrays.rst:
##########
@@ -86,6 +86,10 @@ may expose data type-specific methods or properties.
ExtensionArray
FixedShapeTensorArray
OpaqueArray
+ JsonArray
+ UuidArray
+ Bool8Array
+ Decimal256Array
Review Comment:
JSON, UUID, and Bool8 are all canonical extension types, so those array
classes belong here at the end of the list. But Decimal256 is a top-level Arrow
type, so `Decimal256Array` belongs higher up in this list, immediately below
`Decimal128Array`. Could you move it there please? Thanks
--
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]