Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
modify cargo lock

fix
  • Loading branch information
xxhZs committed Nov 24, 2023
1 parent 2ff021f commit 7b85ea2
Show file tree
Hide file tree
Showing 8 changed files with 1,264 additions and 1,891 deletions.
2,282 changes: 1,173 additions & 1,109 deletions Cargo.lock

Large diffs are not rendered by default.

19 changes: 10 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,16 @@ prost = { version = "0.12" }
icelake = { git = "https://github.com/icelake-io/icelake", rev = "5cdcdffd24f4624a0a43f92c5f368988169a799b", features = [
"prometheus",
] }
arrow-array = "49"
arrow-arith = "49"
arrow-cast = "49"
arrow-schema = "49"
arrow-buffer = "49"
arrow-flight = "49"
arrow-select = "49"
arrow-ord = "49"
arrow-row = "49"
arrow-array = "48.0.1"
arrow-arith = "48.0.1"
arrow-cast = "48.0.1"
arrow-schema = "48.0.1"
arrow-buffer = "48.0.1"
arrow-flight = "48.0.1"
arrow-select = "48.0.1"
arrow-ord = "48.0.1"
arrow-row = "48.0.1"
deltalake = { git = "https://github.com/delta-io/delta-rs", rev = "72505449e9538371fe5fda35d545dbd662facd07", features = ["s3"] }
thiserror-ext = "0.0.7"
tikv-jemalloc-ctl = { git = "https://github.com/risingwavelabs/jemallocator.git", rev = "64a2d9" }
tikv-jemallocator = { git = "https://github.com/risingwavelabs/jemallocator.git", features = [
Expand Down
2 changes: 1 addition & 1 deletion src/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ chrono-tz = { version = "0.8", features = ["case-insensitive"] }
clap = { version = "4", features = ["derive"] }
comfy-table = "7"
crc32fast = "1"
deltalake = "0.16.5"
deltalake = { git = "https://github.com/delta-io/delta-rs", rev = "72505449e9538371fe5fda35d545dbd662facd07", features = ["s3"] }
easy-ext = "1"
educe = "0.4"
either = "1"
Expand Down
Loading

0 comments on commit 7b85ea2

Please sign in to comment.