kou opened a new pull request #8835: URL: https://github.com/apache/arrow/pull/8835
Because we migrated to Datum-based version for Take() in 1.0.0. New API should follow the convention. We keep SortIndices(Array) and SortIndices(ChunkedArray) to provide easy to use shortcut. SortIndices(Datum) uses SortOptions but SortIndices(Array) and SortIndices(ChunkedArray) need only SortOrder. If we provide only SortIndices(Datum), users need to create SortOptions even when they just want to specify order. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
