Skip to content

Commit

Permalink
fix: ugprade deltalake-core to 0.19.0 which contains huge performance…
Browse files Browse the repository at this point in the history
… improvements
  • Loading branch information
rtyler committed Aug 16, 2024
1 parent 826ba5a commit eff558d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lambdas/query-metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "query-metrics"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

[[bin]]
Expand All @@ -18,8 +18,8 @@ aws-sdk-cloudwatch = "1.11.0"
aws-sdk-config = "1.11.0"
aws_lambda_events = { version = "0.12.0" }
base64 = "0.21.7"
deltalake-core = { version = "0.17.0", features = ["datafusion"] }
deltalake-aws = { version = "0.1.0" }
deltalake-core = { version = "0.19.0", features = ["datafusion"] }
deltalake-aws = { version = "0.1.4" }

lambda_runtime = "0.8.3"
serde = { version = "1.0.195", features = ["derive"] }
Expand Down

0 comments on commit eff558d

Please sign in to comment.