alamb opened a new issue, #7523: URL: https://github.com/apache/arrow-datafusion/issues/7523
### Describe the bug CI tests begin failing like this on windows https://github.com/apache/arrow-datafusion/actions/runs/6142807589/job/16665135902 ``` ---- physical_plan::sorts::sort::tests::test_sort_fetch_memory_calculation stdout ---- Error: Execution("Spawned Task error: IO error: The system cannot find the file specified. (os error 2)") ``` ### To Reproduce _No response_ ### Expected behavior _No response_ ### Additional context It appears to be intermittent Here is a failure: https://github.com/apache/arrow-datafusion/actions/runs/6136441131/job/16651296580 But then it passed on the following run https://github.com/apache/arrow-datafusion/actions/runs/6137534894/job/16653912130 An then it failed again on the next run https://github.com/apache/arrow-datafusion/actions/runs/6142807589/job/16665135902 My suspicion is it is related to https://github.com/apache/arrow-datafusion/pull/7510 from @viirya that started reporting errors -- 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]
