ianmcook commented on a change in pull request #11212: URL: https://github.com/apache/arrow/pull/11212#discussion_r714327456
########## File path: docs/source/cpp/compute.rst ########## @@ -1475,16 +1480,13 @@ value, but smaller than nulls. * \(2) The output is an array of indices into the input, that define a stable sort of the input. -* \(3) Input values are ordered lexicographically as bytestrings (even - for String arrays). - -* \(4) The input must be an array. The default order is ascending. +* \(3) The input must be an array. The default order is ascending. Review comment: Consider adding here: "By default, nulls and NaNs come after any non-null values." -- 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