From 439da3a47fb7413a70a183b4fd3343e9e6095800 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Fri, 13 Dec 2024 18:55:37 +0800 Subject: [PATCH] feat: Bump iceberg-rust to latest commit Signed-off-by: Xuanwo --- Cargo.lock | 9 +++++---- Cargo.toml | 8 ++++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fbd12ef66739..e5a70d2868af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8355,7 +8355,7 @@ dependencies = [ [[package]] name = "iceberg" version = "0.3.0" -source = "git+https://github.com/Xuanwo/iceberg-rust/?rev=fe5df3f#fe5df3fc432f6f3c0e235bca710a3c7db0c5f369" +source = "git+https://github.com/Xuanwo/iceberg-rust/?rev=05c22cb1#05c22cb1afd6093d20aba9dd97891d402ce45217" dependencies = [ "anyhow", "apache-avro", @@ -8397,12 +8397,13 @@ dependencies = [ "typed-builder 0.20.0", "url", "uuid", + "zstd 0.13.2", ] [[package]] name = "iceberg-catalog-glue" version = "0.3.0" -source = "git+https://github.com/Xuanwo/iceberg-rust/?rev=fe5df3f#fe5df3fc432f6f3c0e235bca710a3c7db0c5f369" +source = "git+https://github.com/Xuanwo/iceberg-rust/?rev=05c22cb1#05c22cb1afd6093d20aba9dd97891d402ce45217" dependencies = [ "anyhow", "async-trait", @@ -8419,7 +8420,7 @@ dependencies = [ [[package]] name = "iceberg-catalog-hms" version = "0.3.0" -source = "git+https://github.com/Xuanwo/iceberg-rust/?rev=fe5df3f#fe5df3fc432f6f3c0e235bca710a3c7db0c5f369" +source = "git+https://github.com/Xuanwo/iceberg-rust/?rev=05c22cb1#05c22cb1afd6093d20aba9dd97891d402ce45217" dependencies = [ "anyhow", "async-trait", @@ -8438,7 +8439,7 @@ dependencies = [ [[package]] name = "iceberg-catalog-rest" version = "0.3.0" -source = "git+https://github.com/Xuanwo/iceberg-rust/?rev=fe5df3f#fe5df3fc432f6f3c0e235bca710a3c7db0c5f369" +source = "git+https://github.com/Xuanwo/iceberg-rust/?rev=05c22cb1#05c22cb1afd6093d20aba9dd97891d402ce45217" dependencies = [ "async-trait", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 4eb9610c5c8e..3c380288c6f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -307,10 +307,10 @@ http = "1" humantime = "2.1.0" hyper = "1" hyper-util = { version = "0.1.9", features = ["client", "client-legacy", "tokio", "service"] } -iceberg = { version = "0.3.0", git = "https://github.com/Xuanwo/iceberg-rust/", rev = "fe5df3f" } -iceberg-catalog-glue = { version = "0.3.0", git = "https://github.com/Xuanwo/iceberg-rust/", rev = "fe5df3f" } -iceberg-catalog-hms = { version = "0.3.0", git = "https://github.com/Xuanwo/iceberg-rust/", rev = "fe5df3f" } -iceberg-catalog-rest = { version = "0.3.0", git = "https://github.com/Xuanwo/iceberg-rust/", rev = "fe5df3f" } +iceberg = { version = "0.3.0", git = "https://github.com/Xuanwo/iceberg-rust/", rev = "05c22cb1" } +iceberg-catalog-glue = { version = "0.3.0", git = "https://github.com/Xuanwo/iceberg-rust/", rev = "05c22cb1" } +iceberg-catalog-hms = { version = "0.3.0", git = "https://github.com/Xuanwo/iceberg-rust/", rev = "05c22cb1" } +iceberg-catalog-rest = { version = "0.3.0", git = "https://github.com/Xuanwo/iceberg-rust/", rev = "05c22cb1" } indexmap = "2.0.0" indicatif = "0.17.5" itertools = "0.13.0"