Skip to content

Commit 19b9534

Browse files
committed
fix: update hive_metastore to 0.2.0 to resolve compilation errors
- Update hive_metastore dependency from 0.1 to 0.2.0 - Fixes derivative attribute compilation errors after rebase - Ensures compatibility with updated dependency tree
1 parent 3c0a6bf commit 19b9534

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ async-std = "1.12"
5555
async-trait = "0.1.88"
5656
aws-config = "1.6.1"
5757
aws-sdk-glue = "1.39"
58+
aws-sdk-s3tables = "1.28.0"
5859
backon = "1.5.1"
5960
base64 = "0.22.1"
6061
bimap = "0.6"
@@ -73,7 +74,7 @@ faststr = "0.2.31"
7374
fnv = "1.0.7"
7475
fs-err = "3.1.0"
7576
futures = "0.3"
76-
hive_metastore = "0.1"
77+
hive_metastore = "0.2.0"
7778
http = "1.2"
7879
iceberg = { version = "0.6.0", path = "./crates/iceberg" }
7980
iceberg-catalog-rest = { version = "0.6.0", path = "./crates/catalog/rest" }
@@ -93,7 +94,9 @@ once_cell = "1.20"
9394
opendal = "0.54.0"
9495
ordered-float = "4"
9596
parquet = "55"
96-
pilota = "0.11.2"
97+
phf = "0.11.0"
98+
unicode-normalization = "0.1.20"
99+
pilota = "0.11.10"
97100
port_scanner = "0.1.5"
98101
pretty_assertions = "1.4"
99102
rand = "0.8.5"
@@ -121,5 +124,5 @@ typed-builder = "0.20"
121124
url = "2.5.4"
122125
uuid = { version = "1.16", features = ["v7"] }
123126
volo = "0.10.6"
124-
volo-thrift = "0.10.6"
127+
volo-thrift = "0.10.8"
125128
zstd = "0.13.2"

crates/catalog/s3tables/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repository = { workspace = true }
3232
anyhow = { workspace = true }
3333
async-trait = { workspace = true }
3434
aws-config = { workspace = true }
35-
aws-sdk-s3tables = "1.10.0"
35+
aws-sdk-s3tables = { workspace = true }
3636
iceberg = { workspace = true }
3737
typed-builder = { workspace = true }
3838

0 commit comments

Comments
 (0)