jhorstmann commented on a change in pull request #8722:
URL: https://github.com/apache/arrow/pull/8722#discussion_r528238698
##########
File path: rust/arrow/src/compute/kernels/sort.rs
##########
@@ -853,6 +955,18 @@ mod tests {
);
}
+ #[test]
+ fn test_sort_primitives_large() {
+ let data = [0, 1, 2, 3_u8]
+ .repeat(100_000)
Review comment:
Could you add another test where the input array has a power of two
length?
----------------------------------------------------------------
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]