diff --git a/Cargo.lock b/Cargo.lock index ac9fc1f7ab67..cb4a7d0303f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5976,7 +5976,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", @@ -6023,7 +6023,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 1785398917b5..bbf28a2cd1b4 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"