Skip to content

Commit 466554a

Browse files
authored
bump iceberg-rust: parallel manifest loading in RewriteManifests (#137)
1 parent 300aae1 commit 466554a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -18,17 +18,17 @@ datafusion = "52.2"
1818

1919
# Local workspace members
2020
futures = "0.3.17"
21-
iceberg = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "1978911ec4765016154079e6be809958fe74f0cb", features = [
21+
iceberg = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "2454bd9a2860eb0aee6a68197f2681b95fb8612f", features = [
2222
"storage-s3",
2323
"storage-gcs",
2424
"storage-azblob",
2525
"storage-azdls",
2626
] }
27-
iceberg-catalog-glue = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "1978911ec4765016154079e6be809958fe74f0cb" }
28-
iceberg-catalog-memory = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "1978911ec4765016154079e6be809958fe74f0cb" }
29-
iceberg-catalog-rest = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "1978911ec4765016154079e6be809958fe74f0cb" }
27+
iceberg-catalog-glue = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "2454bd9a2860eb0aee6a68197f2681b95fb8612f" }
28+
iceberg-catalog-memory = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "2454bd9a2860eb0aee6a68197f2681b95fb8612f" }
29+
iceberg-catalog-rest = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "2454bd9a2860eb0aee6a68197f2681b95fb8612f" }
3030
iceberg-compaction-core = { path = "./core" }
31-
iceberg-datafusion = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "1978911ec4765016154079e6be809958fe74f0cb" }
31+
iceberg-datafusion = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "2454bd9a2860eb0aee6a68197f2681b95fb8612f" }
3232

3333
parquet = { version = "57.1", features = ["async"] }
3434
port_scanner = "0.1.5"

0 commit comments

Comments
 (0)