lance-format/lance

Clean up `copy` `rename` logic

Open

#1,202 建立於 2023年9月1日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Rust (695 fork)github user discovery
enhancementgood first issuehelp wantedrust

倉庫指標

Star
 (6,582 star)
PR 合併指標
 (平均合併 6天 1小時) (30 天內合併 219 個 PR)

描述

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

貢獻者指南