Skip to content

Commit

Permalink
chore: upgrade to the latest deltalake release(s)
Browse files Browse the repository at this point in the history
The most recent release has a pretty substantial memory improvement for
checkpoint creationg will is relevant here
  • Loading branch information
rtyler committed Oct 28, 2024
1 parent 10ffe12 commit b7638ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kafka-delta-ingest"
version = "0.2.0"
version = "0.3.0"
authors = ["R. Tyler Croy <[email protected]>", "Christian Williams <[email protected]>"]
edition = "2018"

Expand Down Expand Up @@ -34,9 +34,9 @@ uuid = { version = "0.8", features = ["serde", "v4"] }
url = "2.3"

# datafusion feature is required for writer version 2
deltalake-core = { version = "0.20.0", features = ["json", "datafusion"]}
deltalake-aws = { version = "0.3.0", optional = true }
deltalake-azure = { version = "0.3.0", optional = true }
deltalake-core = { version = "0.21.0", features = ["json", "datafusion"]}
deltalake-aws = { version = "0.4.0", optional = true }
deltalake-azure = { version = "0.4.0", optional = true }

# s3 feature enabled, helps for locking interactions with DLQ
dynamodb_lock = { version = "0.6.0", optional = true }
Expand Down

0 comments on commit b7638ed

Please sign in to comment.