Skip to content

Commit 6282d5f

Browse files
authored
chore: Use tagged iceberg crates (#16278)
* chore: Use tagged iceberg crates Signed-off-by: Xuanwo <github@xuanwo.io> * Format dep Signed-off-by: Xuanwo <github@xuanwo.io> --------- Signed-off-by: Xuanwo <github@xuanwo.io>
1 parent e14003c commit 6282d5f

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,9 @@ parking_lot = "0.12.1"
287287
parquet = { version = "52", features = ["async"] }
288288
paste = "1.0.15"
289289
# TODO: let's use native tls instead.
290+
iceberg = { version = "0.3.0" }
291+
iceberg-catalog-hms = { version = "0.3.0" }
292+
iceberg-catalog-rest = { version = "0.3.0" }
290293
poem = { version = "3.0", features = ["openssl-tls", "multipart", "compression"] }
291294
proj4rs = { version = "0.1.3", features = ["geo-types", "crs-definitions"] }
292295
prometheus-client = "0.22"

src/query/storages/iceberg/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ databend-common-storages-parquet = { workspace = true }
2626
databend-storages-common-pruner = { workspace = true }
2727
databend-storages-common-table-meta = { workspace = true }
2828
fastrace = { workspace = true }
29-
iceberg = { git = "https://github.com/apache/iceberg-rust", package = "iceberg", rev = "v0.3.0-rc.1" }
30-
iceberg-catalog-hms = { git = "https://github.com/apache/iceberg-rust", package = "iceberg-catalog-hms", rev = "v0.3.0-rc.1" }
31-
iceberg-catalog-rest = { git = "https://github.com/apache/iceberg-rust", package = "iceberg-catalog-rest", rev = "v0.3.0-rc.1" }
29+
iceberg = { workspace = true }
30+
iceberg-catalog-hms = { workspace = true }
31+
iceberg-catalog-rest = { workspace = true }
3232
match-template = { workspace = true }
3333
parquet = { workspace = true }
3434
serde = { workspace = true }

0 commit comments

Comments
 (0)