Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/21404#discussion_r190088876
--- 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 --
Thanks. I'll remove this in this PR.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]