Skip to content

Commit

Permalink
with extra Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AngersZhuuuu committed Nov 21, 2020
1 parent 67222ca commit 053974a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ 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"),
exclusions = Seq("org.apache.calcite:calcite-druid",
"org.apache.calcite.avatica:avatica",
"org.apache.curator:*",
"org.pentaho:pentaho-aggdesigner-algorithm",
"org.apache.zookeeper:zookeeper"))
"org.pentaho:pentaho-aggdesigner-algorithm"))

// Since Hive 3.0, HookUtils uses org.apache.logging.log4j.util.Strings
// Since HIVE-14496, Hive.java uses calcite-core
Expand Down

0 comments on commit 053974a

Please sign in to comment.