Skip to content

Commit f2e5f81

Browse files
authored
update iceberg-rust (#1769)
1 parent 38b6fe3 commit f2e5f81

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ datafusion-expr = { version = "50.0.0" }
4949
datafusion-functions-json = { git = "https://github.com/Embucket/datafusion-functions-json.git", rev = "439cbd2282504c3ffaf262f1ffdb530a0fb1a151" }
5050
datafusion-macros = { version = "50.0.0" }
5151
datafusion-physical-plan = { version = "50.0.0" }
52-
datafusion_iceberg = { git = "https://github.com/Embucket/iceberg-rust.git", rev = "f04fbf4ed33da4dc8f2cf4ca7c046c8c4964b3b9" }
52+
datafusion_iceberg = { git = "https://github.com/Embucket/iceberg-rust.git", rev = "5664a94fcd7350c5e381aaeaf018bc0b20ce03b6" }
5353
futures = { version = "0.3" }
5454
http = "1.2"
5555
http-body-util = "0.1.0"
5656
iceberg = { git = "https://github.com/apache/iceberg-rust.git", rev="7a5ad1fcaf00d4638857812bab788105f6c60573"}
57-
iceberg-rest-catalog = { git = "https://github.com/Embucket/iceberg-rust.git", rev = "f04fbf4ed33da4dc8f2cf4ca7c046c8c4964b3b9" }
58-
iceberg-rust = { git = "https://github.com/Embucket/iceberg-rust.git", rev = "f04fbf4ed33da4dc8f2cf4ca7c046c8c4964b3b9" }
59-
iceberg-rust-spec = { git = "https://github.com/Embucket/iceberg-rust.git", rev = "f04fbf4ed33da4dc8f2cf4ca7c046c8c4964b3b9" }
60-
iceberg-s3tables-catalog = { git = "https://github.com/Embucket/iceberg-rust.git", rev = "f04fbf4ed33da4dc8f2cf4ca7c046c8c4964b3b9" }
57+
iceberg-rest-catalog = { git = "https://github.com/Embucket/iceberg-rust.git", rev = "5664a94fcd7350c5e381aaeaf018bc0b20ce03b6" }
58+
iceberg-rust = { git = "https://github.com/Embucket/iceberg-rust.git", rev = "5664a94fcd7350c5e381aaeaf018bc0b20ce03b6" }
59+
iceberg-rust-spec = { git = "https://github.com/Embucket/iceberg-rust.git", rev = "5664a94fcd7350c5e381aaeaf018bc0b20ce03b6" }
60+
iceberg-s3tables-catalog = { git = "https://github.com/Embucket/iceberg-rust.git", rev = "5664a94fcd7350c5e381aaeaf018bc0b20ce03b6" }
6161
indexmap = "2.7.1"
6262
jsonwebtoken = "9.3.1"
6363
lazy_static = { version = "1.5" }

0 commit comments

Comments
 (0)