Skip to content

Commit decd85a

Browse files
authored
deps: bump iceberg-rust to latest after picking up fixes for #3856 and #3860. Add regression tests. (#3958)
1 parent 29557ca commit decd85a

File tree

3 files changed

+268
-99
lines changed

3 files changed

+268
-99
lines changed

native/Cargo.lock

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

native/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ object_store = { version = "0.13.1", features = ["gcp", "azure", "aws", "http"]
5858
url = "2.2"
5959
aws-config = "1.8.14"
6060
aws-credential-types = "1.2.13"
61-
iceberg = { git = "https://github.com/apache/iceberg-rust", rev = "477a1e5" }
62-
iceberg-storage-opendal = { git = "https://github.com/apache/iceberg-rust", rev = "477a1e5", features = ["opendal-all"] }
61+
iceberg = { git = "https://github.com/apache/iceberg-rust", rev = "a2f067d" }
62+
iceberg-storage-opendal = { git = "https://github.com/apache/iceberg-rust", rev = "a2f067d", features = ["opendal-all"] }
6363

6464
[profile.release]
6565
debug = true

0 commit comments

Comments
 (0)