Skip to content

Commit

Permalink
fix(storage): Fix a potential data loss while concurrent write (#15759)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Jun 7, 2024
1 parent 7e44c94 commit af82370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ deltalake = { git = "https://github.com/delta-io/delta-rs", rev = "81593e9" }
ethnum = { git = "https://github.com/ariesdevil/ethnum-rs", rev = "4cb05f1" }
icelake = { git = "https://github.com/icelake-io/icelake", rev = "be8b2c2" }
openai_api_rust = { git = "https://github.com/datafuse-extras/openai-api", rev = "819a0ed" }
opendal = { git = "https://github.com/apache/opendal", rev = "2034a26" }
opendal = { git = "https://github.com/Xuanwo/opendal", rev = "a392106" }
orc-rust = { git = "https://github.com/youngsofun/datafusion-orc", branch = "pub" }
sled = { git = "https://github.com/datafuse-extras/sled", tag = "v0.34.7-datafuse.1" }
xorfilter-rs = { git = "https://github.com/datafuse-extras/xorfilter", tag = "databend-alpha.4" }
Expand Down

0 comments on commit af82370

Please sign in to comment.