felipecrv opened a new pull request, #36401: URL: https://github.com/apache/arrow/pull/36401
### Rationale for this change `arrow-compute-vector-test` is too big and takes a long time to run because of that. ### What changes are included in this PR? Extracting two tests. Timings on my machine (Debug builds with ASAN). ``` debug/arrow-compute-vector-test > /dev/null 11.54s user 0.47s system 99% cpu 12.023 total debug/arrow-compute-vector-sort-test > /dev/null 13.30s user 0.26s system 99% cpu 13.579 total debug/arrow-compute-vector-selection-test > /dev/null 6.97s user 0.22s system 99% cpu 7.207 total ``` ### Are these changes tested? Yes. ### Are there any user-facing changes? No. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
