Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[apache#1407] feat(rust): refactor localfile store to speed up writing (
apache#1422) ### What changes were proposed in this pull request? 1. using `opendal` crate to simplify read/write 2. avoid using dashmap.get to fix potential deadlock ### Why are the changes needed? For: apache#1407 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Unit tests ### Commit logs 1. using opendal crate to simplify read/write 2. avoid using dashmap.get to fix potential deadlock
- Loading branch information