lance-format/lance

Clean up `copy` `rename` logic

Open

#1202 aperta il 1 set 2023

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Rust (695 fork)github user discovery
enhancementgood first issuehelp wantedrust

Metriche repository

Star
 (6582 star)
Metriche merge PR
 (Merge medio 6g 1h) (219 PR mergiate in 30 g)

Descrizione

according to https://github.com/apache/arrow-rs-object-store/issues/144, copy is suppose to be atomic. However, currently copy is not atomic and we use copy to tmp file and rename to dest as a workaround. Clean up these workarounds once https://github.com/apache/arrow-rs-object-store/issues/144 land

Guida contributor