sundy-li opened a new pull request #9602: URL: https://github.com/apache/arrow/pull/9602
- Introduce `limit: Option<usize>` for sort functions, then we can use [partial_sort](https://crates.io/crates/partial_sort) to achieve better performance in queries with limit & sort. Datafusion can use it later if it can push up the limit to the sort plan. - Introduce [pdqsort](https://crates.io/crates/pdqsort) for primitive array sorting. ---------------------------------------------------------------- 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: us...@infra.apache.org