From 220452f266accea0beaefccdfa0433a59a6d5a6e Mon Sep 17 00:00:00 2001 From: volodymyr Date: Tue, 31 Mar 2026 10:36:34 +0100 Subject: [PATCH] bump iceberg-rust to 1978911ec4765016154079e6be809958fe74f0cb --- Cargo.lock | 8 ++++---- Cargo.toml | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6922c06..746f646 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2983,7 +2983,7 @@ dependencies = [ [[package]] name = "iceberg" version = "0.8.0" -source = "git+https://github.com/risingwavelabs/iceberg-rust.git?rev=baaa9c7b2deb3e744db21712e4b6ced5891a6012#baaa9c7b2deb3e744db21712e4b6ced5891a6012" +source = "git+https://github.com/risingwavelabs/iceberg-rust.git?rev=1978911ec4765016154079e6be809958fe74f0cb#1978911ec4765016154079e6be809958fe74f0cb" dependencies = [ "anyhow", "apache-avro", @@ -3041,7 +3041,7 @@ dependencies = [ [[package]] name = "iceberg-catalog-glue" version = "0.8.0" -source = "git+https://github.com/risingwavelabs/iceberg-rust.git?rev=baaa9c7b2deb3e744db21712e4b6ced5891a6012#baaa9c7b2deb3e744db21712e4b6ced5891a6012" +source = "git+https://github.com/risingwavelabs/iceberg-rust.git?rev=1978911ec4765016154079e6be809958fe74f0cb#1978911ec4765016154079e6be809958fe74f0cb" dependencies = [ "anyhow", "async-trait", @@ -3056,7 +3056,7 @@ dependencies = [ [[package]] name = "iceberg-catalog-rest" version = "0.8.0" -source = "git+https://github.com/risingwavelabs/iceberg-rust.git?rev=baaa9c7b2deb3e744db21712e4b6ced5891a6012#baaa9c7b2deb3e744db21712e4b6ced5891a6012" +source = "git+https://github.com/risingwavelabs/iceberg-rust.git?rev=1978911ec4765016154079e6be809958fe74f0cb#1978911ec4765016154079e6be809958fe74f0cb" dependencies = [ "async-trait", "base64", @@ -3143,7 +3143,7 @@ dependencies = [ [[package]] name = "iceberg-datafusion" version = "0.8.0" -source = "git+https://github.com/risingwavelabs/iceberg-rust.git?rev=baaa9c7b2deb3e744db21712e4b6ced5891a6012#baaa9c7b2deb3e744db21712e4b6ced5891a6012" +source = "git+https://github.com/risingwavelabs/iceberg-rust.git?rev=1978911ec4765016154079e6be809958fe74f0cb#1978911ec4765016154079e6be809958fe74f0cb" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 9072f16..522faf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,17 +18,17 @@ datafusion = "52.2" # Local workspace members futures = "0.3.17" -iceberg = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "baaa9c7b2deb3e744db21712e4b6ced5891a6012", features = [ +iceberg = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "1978911ec4765016154079e6be809958fe74f0cb", features = [ "storage-s3", "storage-gcs", "storage-azblob", "storage-azdls", ] } -iceberg-catalog-glue = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "baaa9c7b2deb3e744db21712e4b6ced5891a6012" } -iceberg-catalog-memory = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "baaa9c7b2deb3e744db21712e4b6ced5891a6012" } -iceberg-catalog-rest = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "baaa9c7b2deb3e744db21712e4b6ced5891a6012" } +iceberg-catalog-glue = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "1978911ec4765016154079e6be809958fe74f0cb" } +iceberg-catalog-memory = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "1978911ec4765016154079e6be809958fe74f0cb" } +iceberg-catalog-rest = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "1978911ec4765016154079e6be809958fe74f0cb" } iceberg-compaction-core = { path = "./core" } -iceberg-datafusion = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "baaa9c7b2deb3e744db21712e4b6ced5891a6012" } +iceberg-datafusion = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "1978911ec4765016154079e6be809958fe74f0cb" } parquet = { version = "57.1", features = ["async"] } port_scanner = "0.1.5"