paleolimbot opened a new pull request, #38085:
URL: https://github.com/apache/arrow/pull/38085

   ### Rationale for this change
   
   We have failing CI on Windows because removing files that have memory mapped 
sections is not allowed.
   
   ### What changes are included in this PR?
   
   Pass `mmap = FALSE` when we explicitly check for removal. I think the other 
cases are OK because `unlink()` fails silently (which is maybe why we haven't 
seen mass CI failures because of this issue before).
   
   ### Are these changes tested?
   
   The changes are covered by existing tests.
   
   ### 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