Skip to content

Commit

Permalink
chore: Pin hive_metastore to tagged version 0.0.2 (#14201)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed Jan 2, 2024
1 parent 638686a commit dabea9f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 51 deletions.
60 changes: 11 additions & 49 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions src/query/storages/hive/hive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ async-trait = { workspace = true }
chrono = { workspace = true }
faststr = "0.2"
futures = { workspace = true }
hive_metastore = { git = "https://github.com/Xuanwo/hive_metastore_rs", rev = "b8aaffb" }
hive_metastore = "0.0.2"
log = { workspace = true }
minitrace = { workspace = true }
opendal = { workspace = true }
ordered-float = { workspace = true }
serde = { workspace = true }
typetag = { workspace = true }
volo-thrift = "0.8"
volo-thrift = "0.9"

0 comments on commit dabea9f

Please sign in to comment.