pitrou opened a new issue, #51096: URL: https://github.com/apache/arrow/issues/51096
### Describe the enhancement requested We have a test file cleanup in `run-test.sh` that calls `find` twice with the same parameters, computes the difference and tries to delete files only in the second result. But nothing happens between the two `find` calls: the results should always be the same (except if there's a race condition). Since this code isn't doing anything useful, and it doesn't seem to cause any problem, we should just remove it. https://github.com/apache/arrow/blob/e9ec94b24488330c406c89d70ac9630bd70e1fe4/cpp/build-support/run-test.sh#L195-L222 ### Component(s) C++, Continuous Integration -- 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]
