lance-format/lance

Clean up `copy` `rename` logic

Open

#1 202 ouverte le 1 sept. 2023

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Rust (695 forks)github user discovery
enhancementgood first issuehelp wantedrust

Métriques du dépôt

Stars
 (6 582 stars)
Métriques de merge PR
 (Merge moyen 6j 1h) (219 PRs mergées en 30 j)

Description

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

Guide contributeur