crepererum commented on PR #3781: URL: https://github.com/apache/arrow-rs/pull/3781#issuecomment-1450536382
I'm also wondering if we could be slightly smarter on Linux: instead of creating an ordinary file that will never get pruned if the write fails half-way, we could create an unlinked file (`open(2)` w/ `O_TMPFILE`) and link it once the write is done. -- 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]
