delta-io / delta-rs

A native Rust library for Delta Lake, with bindings into Python
https://delta-io.github.io/delta-rs/
Apache License 2.0
1.98k stars 365 forks source link

fix: check to see if the file exists before attempting to rename #2482

Closed rtyler closed 1 month ago

rtyler commented 1 month ago

In the case of /tmp existing on tmpfs with musl, the prior version of this would fail with a cross-device link error before bubbling up a not found error