Skip to content

Commit e3cbb16

Browse files
concurrent parquet upload and optimise manifest and snapshot update
1 parent 9cf92bd commit e3cbb16

File tree

5 files changed

+532
-193
lines changed

5 files changed

+532
-193
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ clokwerk = "0.4"
123123
derive_more = { version = "1", features = ["full"] }
124124
itertools = "0.14"
125125
once_cell = "1.20"
126+
rayon = "1.8"
126127
rand = "0.8.5"
127128
regex = "1.7.3"
128129
reqwest = { version = "0.11.27", default-features = false, features = [

0 commit comments

Comments
 (0)