Github user wangyum commented on a diff in the pull request:
https://github.com/apache/spark/pull/21404#discussion_r215232389
--- Diff:
sql/hive/src/main/scala/org/apache/spark/sql/hive/client/IsolatedClientLoader.scala
---
@@ -99,6 +99,7 @@ private[hive] object IsolatedClientLoader extends Logging
{
case "2.1" | "2.1.0" | "2.1.1" => hive.v2_1
case "2.2" | "2.2.0" => hive.v2_2
case "2.3" | "2.3.0" | "2.3.1" | "2.3.2" | "2.3.3" => hive.v2_3
+ case "3.0" | "3.0.0" => hive.v3_0
--- End diff --
@dongjoon-hyun Please update sql-programming-guide.md:
https://github.com/apache/spark/blob/05974f9431e9718a5f331a9892b7d81aca8387a6/docs/sql-programming-guide.md#L1217
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]