### 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 spill file errors