[ 
https://issues.apache.org/jira/browse/SPARK-45265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17893419#comment-17893419
 ] 

Butao Zhang commented on SPARK-45265:
-------------------------------------

I think we can try to support the latest Hive 4.0.1 metastore. As Hive 4.0.1 
dropped some deprecated metastore methods which may cause some unexpected 
compatibility issues.

See HIVE-26537 , I noticed HIVE-26537 dropped the *get_table* hms method 
[https://github.com/apache/hive/pull/3599/files#r1229356933,]  which can cause 
some issues for Spark.

For example,  spark will use the *get_table* method of ** hms client 
2.3.9(HIVE-24608) to access hms 4.0.1, but this will throw the exception as hms 
4.0.1 does't have the method {*}get_table{*}.

> Support Hive 4.0 metastore
> --------------------------
>
>                 Key: SPARK-45265
>                 URL: https://issues.apache.org/jira/browse/SPARK-45265
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 4.0.0
>            Reporter: Attila Zsolt Piros
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: image-2024-05-23-17-35-48-426.png
>
>
> Although Hive 4.0.0 is still beta I would like to work on this as Hive 4.0.0 
> will support support the pushdowns of partition column filters with 
> VARCHAR/CHAR types.
> For details please see HIVE-26661: Support partition filter for char and 
> varchar types on Hive metastore



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to