From e4b9d1dc9d9c60c339b0a360e1c19f4398a4914d Mon Sep 17 00:00:00 2001 From: Matt Butrovich Date: Fri, 6 Mar 2026 09:43:58 -0500 Subject: [PATCH] test iceberg-rust PR #2176. --- native/Cargo.lock | 10 +++++----- native/Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/native/Cargo.lock b/native/Cargo.lock index 5fe82f8a01..38d202f3c7 100644 --- a/native/Cargo.lock +++ b/native/Cargo.lock @@ -3306,7 +3306,7 @@ dependencies = [ [[package]] name = "iceberg" version = "0.8.0" -source = "git+https://github.com/apache/iceberg-rust?rev=854f66d#854f66d371a59d218498de72b02db7d3282f2643" +source = "git+https://github.com/mbutrovich/iceberg-rust?branch=double_open_fix#5dd2520f5353bcbbcfbd8c8f36d18e92845be1c8" dependencies = [ "anyhow", "apache-avro", @@ -3359,7 +3359,7 @@ dependencies = [ [[package]] name = "iceberg-storage-opendal" version = "0.8.0" -source = "git+https://github.com/apache/iceberg-rust?rev=854f66d#854f66d371a59d218498de72b02db7d3282f2643" +source = "git+https://github.com/mbutrovich/iceberg-rust?branch=double_open_fix#5dd2520f5353bcbbcfbd8c8f36d18e92845be1c8" dependencies = [ "anyhow", "async-trait", @@ -5676,12 +5676,12 @@ checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" [[package]] name = "socket2" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" +checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] diff --git a/native/Cargo.toml b/native/Cargo.toml index 7e0f9d8845..a7f5db7b06 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -55,8 +55,8 @@ object_store = { version = "0.12.3", features = ["gcp", "azure", "aws", "http"] url = "2.2" aws-config = "1.8.14" aws-credential-types = "1.2.13" -iceberg = { git = "https://github.com/apache/iceberg-rust", rev = "854f66d" } -iceberg-storage-opendal = { git = "https://github.com/apache/iceberg-rust", rev = "854f66d", features = ["opendal-all"] } +iceberg = { git = "https://github.com/mbutrovich/iceberg-rust", branch = "double_open_fix" } +iceberg-storage-opendal = { git = "https://github.com/mbutrovich/iceberg-rust", branch = "double_open_fix", features = ["opendal-all"] } [profile.release] debug = true