AngersZhuuuu commented on a change in pull request #30451:
URL: https://github.com/apache/spark/pull/30451#discussion_r528216269
##########
File path:
sql/hive/src/main/scala/org/apache/spark/sql/hive/client/package.scala
##########
@@ -103,6 +103,7 @@ package object client {
// Since HIVE-14496, Hive materialized view need calcite-core.
// For spark, only VersionsSuite currently creates a hive materialized
view for testing.
case object v2_3 extends HiveVersion("2.3.7",
+ extraDeps = Seq("org.apache.zookeeper:zookeeper:3.4.6"),
Review comment:
In maven repo I noticed that only zokeeper-3.4.x have <type>pom</type>,
but it doesn't seem like this is the problem

----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]