amol- commented on code in PR #14369: URL: https://github.com/apache/arrow/pull/14369#discussion_r1037061669
########## python/pyarrow/array.pxi: ########## @@ -2746,6 +2762,29 @@ cdef class StructArray(Array): result.validate() return result + def sort(self, order="ascending", fieldname=None): + """ + Sort the StructArray + + Parameters + ---------- + order : "ascending" or "descending" + The order of the sorting. Review Comment: Changed as suggested -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org