Skip to content

Commit

Permalink
[apache#1407] feat(rust): refactor localfile store to speed up writing (
Browse files Browse the repository at this point in the history
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
zuston authored Jan 8, 2024
1 parent 6663e26 commit 5d027c0
Show file tree
Hide file tree
Showing 9 changed files with 1,151 additions and 595 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ deploy/kubernetes/docker/hadoopconfig/*
*.dll
*.so
*.dylib
local
vendor
VERSION
testbin/*
Expand Down
Loading

0 comments on commit 5d027c0

Please sign in to comment.