Github user gatorsmile commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21404#discussion_r190086082
  
    --- Diff: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/client/package.scala ---
    @@ -79,7 +79,12 @@ package object client {
           exclusions = Seq("org.apache.curator:*",
             "org.pentaho:pentaho-aggdesigner-algorithm"))
     
    -    val allSupportedHiveVersions = Set(v12, v13, v14, v1_0, v1_1, v1_2, 
v2_0, v2_1, v2_2, v2_3)
    +    case object v3_0 extends HiveVersion("3.0.0",
    +      exclusions = Seq("org.apache.curator:*",
    +        "org.apache.hadoop:hadoop-aws",
    --- End diff --
    
    What happened if we do not have this?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to