sarutak opened a new pull request, #7538:
URL: https://github.com/apache/arrow-datafusion/pull/7538

   ## Which issue does this PR close?
   
   Closes #7537, #7523
   
   ## Rationale for this change
   This issue seems a potential race condition issue.
   To improve the stability, this issue need to be fixed.
   
   ## What changes are included in this PR?
   This issue happens when the parent directory of spilled files are deleted 
before being read.
   The root cause is `TempDir` of the parent directory can be dropped before 
the reading task starts.
   
   This change proposes to not use `TempDir`.
   
   ## Are these changes tested?
   Added new test.
   
   ## Are there any user-facing changes?
   No.


-- 
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]

Reply via email to