-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
good first issueGood for newcomersGood for newcomersimprovementPR that improves existing functionalityPR that improves existing functionalityspark
Description
Feature Request / Improvement
I noticed this one the other day:
TestDataFrameWrites > testFaultToleranceOnWrite() > format = orc FAILED
java.io.IOException: Failed to delete temp directory /tmp/junit10947448527164022571. The following paths could not be deleted (see suppressed exceptions for details): <root>
at org.junit.jupiter.engine.extension.TempDirectory$CloseablePath.createIOExceptionWithAttachedFailures(TempDirectory.java:431)
at org.junit.jupiter.engine.extension.TempDirectory$CloseablePath.close(TempDirectory.java:312)
I don't think we want to fail if a temp path cannot be deleted.
Query engine
None
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersimprovementPR that improves existing functionalityPR that improves existing functionalityspark