Skip to content

Commit

Permalink
chore: Use tagged iceberg crates (#16278)
Browse files Browse the repository at this point in the history
* chore: Use tagged iceberg crates

Signed-off-by: Xuanwo <[email protected]>

* Format dep

Signed-off-by: Xuanwo <[email protected]>

---------

Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Aug 19, 2024
1 parent e14003c commit 6282d5f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,9 @@ parking_lot = "0.12.1"
parquet = { version = "52", features = ["async"] }
paste = "1.0.15"
# TODO: let's use native tls instead.
iceberg = { version = "0.3.0" }
iceberg-catalog-hms = { version = "0.3.0" }
iceberg-catalog-rest = { version = "0.3.0" }
poem = { version = "3.0", features = ["openssl-tls", "multipart", "compression"] }
proj4rs = { version = "0.1.3", features = ["geo-types", "crs-definitions"] }
prometheus-client = "0.22"
Expand Down
6 changes: 3 additions & 3 deletions src/query/storages/iceberg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ databend-common-storages-parquet = { workspace = true }
databend-storages-common-pruner = { workspace = true }
databend-storages-common-table-meta = { workspace = true }
fastrace = { workspace = true }
iceberg = { git = "https://github.com/apache/iceberg-rust", package = "iceberg", rev = "v0.3.0-rc.1" }
iceberg-catalog-hms = { git = "https://github.com/apache/iceberg-rust", package = "iceberg-catalog-hms", rev = "v0.3.0-rc.1" }
iceberg-catalog-rest = { git = "https://github.com/apache/iceberg-rust", package = "iceberg-catalog-rest", rev = "v0.3.0-rc.1" }
iceberg = { workspace = true }
iceberg-catalog-hms = { workspace = true }
iceberg-catalog-rest = { workspace = true }
match-template = { workspace = true }
parquet = { workspace = true }
serde = { workspace = true }
Expand Down

0 comments on commit 6282d5f

Please sign in to comment.