mbrobbel commented on code in PR #8245:
URL: https://github.com/apache/arrow-rs/pull/8245#discussion_r2309820239


##########
arrow-ord/src/sort.rs:
##########
@@ -841,7 +841,7 @@ pub struct SortColumn {
 
 /// Sort a list of `ArrayRef` using `SortOptions` provided for each array.
 ///
-/// Performs a stable lexicographical sort on values and indices.
+/// Performs a unstable lexicographical sort on values and indices.

Review Comment:
   ```suggestion
   /// Performs an unstable lexicographical sort on values and indices.
   ```



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

Reply via email to