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

贡献者指南