pitrou opened a new pull request #12001: URL: https://github.com/apache/arrow/pull/12001
Manage a readhead queue of ready-to-use Minio servers to avoid waiting for process launch at the start of each test. Before (time for arrow-s3fs-test): ``` real 0m59,841s user 0m13,669s sys 0m2,851s ``` After: ``` real 0m6,415s user 0m17,433s sys 0m3,470s ``` -- 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