madesroches opened a new issue, #6423: URL: https://github.com/apache/arrow-rs/issues/6423
**Describe the bug** `file.metadata()` fails after `std::fs::rename` with FileNotFound but is reported as an aborted upload **To Reproduce** Use `object_store::buffered::BufWriter` to write a big enough file to the windows filesystem when running though WSL. **Expected behavior** File write succeeds. **Additional context** Using object_store-0.11.0. Our services are actually writing to S3, but the local dev environment writes to the local filesystem. I could not reproduce the bug when writing to the linux filesystem, but it happens every time I write a 50MB+ file to the windows file system with the exe running on the linux side. -- 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]
