jorisvandenbossche commented on code in PR #14369:
URL: https://github.com/apache/arrow/pull/14369#discussion_r1037883348


##########
python/pyarrow/table.pxi:
##########
@@ -433,6 +433,22 @@ cdef class ChunkedArray(_PandasConvertible):
 
         return result
 
+    def sort(self, order="ascending"):
+        """
+        Sort the ChunkedArray

Review Comment:
   Yes, that's indeed a general issue that ChunkedArray can be annoying when 
working with a type that type-specific methods on the array (that's not only 
for StructArray)



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