wangyum opened a new pull request #25604: [SPARK-28890][SQL] Upgrade Hive 
Metastore Client to the 3.1.2 for Hive 3.1
URL: https://github.com/apache/spark/pull/25604
 
 
   
   ### What changes were proposed in this pull request?
   
   Hive 3.1.2 has been released. This PR upgrades the Hive Metastore Client to 
3.1.2 for Hive 3.1.
   
   
   ### Why are the changes needed?
   It will throws `UnsupportedOperationException` if user `set 
spark.sql.hive.metastore.version=3.1.2`:
   ```scala
   Exception in thread "main" java.lang.UnsupportedOperationException: 
Unsupported Hive Metastore version (3.1.2). Please set 
spark.sql.hive.metastore.version with a valid version.
        at 
org.apache.spark.sql.hive.client.IsolatedClientLoader$.hiveVersion(IsolatedClientLoader.scala:109)
   ```
   
   
   ### Does this PR introduce any user-facing change?
   No.
   
   
   ### How was this patch tested?
   Existing UT
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to