From 4c73bb99a38a52d2b89bd2a174c3c01ce8cf6b7e Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Thu, 24 Oct 2024 21:00:59 +0000 Subject: [PATCH] bump to the fix checkpoint creation issue in 1.0.5 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7ea5384..5590804 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ resolver = "2" [workspace.package] -version = "1.0.5" +version = "1.0.7" edition = "2021" keywords = ["deltalake", "parquet", "lambda", "delta", "sqs"] homepage = "https://github.com/buoyant-data/oxbow" @@ -21,7 +21,7 @@ chrono = "0.4.31" aws_lambda_events = { version = "0.15.1", default-features = false, features = ["sns", "sqs", "s3"] } # The datafusion feature is required to support invariants which may be in error, but is required as of currently released 0.18.2 #deltalake = { version = "0.20.1", features = ["s3", "json", "datafusion"]} -deltalake = { git = "https://github.com/rtyler/delta-rs", branch = "checkjpoint-optimization", features = ["s3", "json", "datafusion"]} +deltalake = { git = "https://github.com/rtyler/delta-rs", branch = "flush-the-pipez", features = ["s3", "json", "datafusion"]} #deltalake = { path = "../../delta-io/delta-rs/crates/deltalake", features = ["s3", "json", "datafusion"]} tokio = { version = "=1", features = ["macros"] } regex = "=1"