jbonofre commented on code in PR #3726:
URL: https://github.com/apache/polaris/pull/3726#discussion_r2788594210
##########
gradle/libs.versions.toml:
##########
@@ -27,6 +27,7 @@ picocli = "4.7.7"
quarkus = "3.30.8"
scala212 = "2.12.19"
swagger = "1.6.16"
+metastore = "4.2.0"
Review Comment:
I did exactly the same comment 😄
##########
gradle/libs.versions.toml:
##########
@@ -58,7 +59,7 @@ hadoop-client-api = { module =
"org.apache.hadoop:hadoop-client-api", version.re
hadoop-client-runtime = { module = "org.apache.hadoop:hadoop-client-runtime",
version.ref = "hadoop" }
hadoop-common = { module = "org.apache.hadoop:hadoop-common", version.ref =
"hadoop" }
hawkular-agent-prometheus-scraper = { module =
"org.hawkular.agent:prometheus-scraper", version = "0.23.0.Final" }
-hive-metastore = { module = "org.apache.hive:hive-metastore", version =
"3.1.3" }
+hive-metastore = { module = "org.apache.hive:hive-metastore", version.ref =
"metastore" }
Review Comment:
To be honest, I think the HMS 3 version is probably "historic".
##########
gradle/libs.versions.toml:
##########
@@ -27,6 +27,7 @@ picocli = "4.7.7"
quarkus = "3.30.8"
scala212 = "2.12.19"
swagger = "1.6.16"
+metastore = "4.2.0"
Review Comment:
I would prefer to use `hms` or `hive` for clarity.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]