sarutak opened a new issue, #7251: URL: https://github.com/apache/arrow-datafusion/issues/7251
### Describe the bug In some tests, temporary directories are not deleted automatically even though they are intended to be deleted. One example is `csv_exec_with_projection`. ### To Reproduce If you run the `csv_exec_with_projection` on Linux, you can see directories and files generated by the test remain. ``` $ cargo test csv_exec_with_projection --package datafusion $ ls /tmp/.tmp* /tmp/.tmp1jDyfj: partition-0.csv.gz /tmp/.tmp8Iz7To: partition-0.csv /tmp/.tmpBXl5a4: partition-0.csv.bz2 /tmp/.tmpGjGDEc: partition-0.csv.xz /tmp/.tmpbj2vH7: partition-0.csv.zst ``` ### Expected behavior _No response_ ### Additional context _No response_ -- 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]
