Skip to content

Commit 4123e4d

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 4123e4d

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

Cargo.lock

Lines changed: 2 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: 4 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,7 @@ once_cell = "1.20"
9394
opendal = "0.54.0"
9495
ordered-float = "4"
9596
parquet = "55"
96-
pilota = "0.11.2"
97+
pilota = "0.11.10"
9798
port_scanner = "0.1.5"
9899
pretty_assertions = "1.4"
99100
rand = "0.8.5"
@@ -121,5 +122,5 @@ typed-builder = "0.20"
121122
url = "2.5.4"
122123
uuid = { version = "1.16", features = ["v7"] }
123124
volo = "0.10.6"
124-
volo-thrift = "0.10.6"
125+
volo-thrift = "0.10.8"
125126
zstd = "0.13.2"

crates/catalog/s3tables/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ license = { workspace = true }
2929
repository = { workspace = true }
3030

3131
[dependencies]
32-
anyhow = { workspace = true }
3332
async-trait = { workspace = true }
3433
aws-config = { workspace = true }
35-
aws-sdk-s3tables = "1.10.0"
34+
aws-sdk-s3tables = { workspace = true }
3635
iceberg = { workspace = true }
3736
typed-builder = { workspace = true }
3837

0 commit comments

Comments
 (0)