From 7c7c141c3d7b9628e9742020693dabc89c327cb2 Mon Sep 17 00:00:00 2001 From: Dylan Chen Date: Tue, 6 Aug 2024 16:01:50 +0800 Subject: [PATCH] bump iceberg-rust --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee35dcc41b84..3ec4075bd172 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5998,7 +5998,7 @@ dependencies = [ [[package]] name = "iceberg" version = "0.2.0" -source = "git+https://github.com/risingwavelabs/iceberg-rust.git?rev=0c6e133e6f4655ff9ce4ad57b577dc7f692dd902#0c6e133e6f4655ff9ce4ad57b577dc7f692dd902" +source = "git+https://github.com/risingwavelabs/iceberg-rust.git?rev=24bd5869f2779a8b9786b5a6e1f9723844f5a82c#24bd5869f2779a8b9786b5a6e1f9723844f5a82c" dependencies = [ "anyhow", "apache-avro 0.17.0", @@ -6045,7 +6045,7 @@ dependencies = [ [[package]] name = "iceberg-catalog-rest" version = "0.2.0" -source = "git+https://github.com/risingwavelabs/iceberg-rust.git?rev=0c6e133e6f4655ff9ce4ad57b577dc7f692dd902#0c6e133e6f4655ff9ce4ad57b577dc7f692dd902" +source = "git+https://github.com/risingwavelabs/iceberg-rust.git?rev=24bd5869f2779a8b9786b5a6e1f9723844f5a82c#24bd5869f2779a8b9786b5a6e1f9723844f5a82c" dependencies = [ "async-trait", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 0c7b8a8999e6..d880fe91c560 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -142,8 +142,8 @@ arrow-buffer-iceberg = { package = "arrow-buffer", version = "52" } arrow-cast-iceberg = { package = "arrow-cast", version = "52" } # TODO # After apache/iceberg-rust#411 is merged, we move to the upstream version. -iceberg = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "0c6e133e6f4655ff9ce4ad57b577dc7f692dd902" } -iceberg-catalog-rest = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "0c6e133e6f4655ff9ce4ad57b577dc7f692dd902" } +iceberg = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "24bd5869f2779a8b9786b5a6e1f9723844f5a82c" } +iceberg-catalog-rest = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "24bd5869f2779a8b9786b5a6e1f9723844f5a82c" } opendal = "0.47" arrow-array = "50" arrow-arith = "50"