Skip to content

Commit

Permalink
chore: pin the base version of delta-rs to 0.19.0 which has loads of …
Browse files Browse the repository at this point in the history
…improvements

The performance improvements alone in this release are a a big deal for
kafka-delta-ingest
  • Loading branch information
rtyler committed Aug 16, 2024
1 parent 902d438 commit 8114666
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
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.18.1", features = ["json", "datafusion"]}
deltalake-aws = { version = "~0.1.2", optional = true }
deltalake-azure = { version = "~0.1.3", optional = true }
deltalake-core = { version = "~0.19.0", features = ["json", "datafusion"]}
deltalake-aws = { version = "~0.1.4", optional = true }
deltalake-azure = { version = "~0.1.4", 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 8114666

Please sign in to comment.