[jira] [Resolved] (SPARK-37446) hive-2.3.9 related API use invoke method

2021-11-24 Thread Hyukjin Kwon (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-37446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hyukjin Kwon resolved SPARK-37446.
--
Fix Version/s: 3.3.0
   3.2.1
   Resolution: Fixed

Issue resolved by pull request 34690
[https://github.com/apache/spark/pull/34690]

> hive-2.3.9 related API use invoke method
> 
>
> Key: SPARK-37446
> URL: https://issues.apache.org/jira/browse/SPARK-37446
> Project: Spark
>  Issue Type: Task
>  Components: SQL
>Affects Versions: 3.2.0
>Reporter: angerszhu
>Assignee: angerszhu
>Priority: Major
> Fix For: 3.3.0, 3.2.1
>
>
> Here is a condition that when hive version >= 2.3.9, it will call
> {code}
> case (2, 3, v) if v >= 9 => Hive.getWithoutRegisterFns(conf)
> {code}
> This method means to use  getWithoutRegisterFns in 2.3.9 but if we use code 
> of 2.3.8 or lower version, this will cause build failed, we should use invoke 
> method here



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Resolved] (SPARK-37446) hive-2.3.9 related API use invoke method

2021-11-22 Thread angerszhu (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-37446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

angerszhu resolved SPARK-37446.
---
Resolution: Duplicate

> hive-2.3.9 related API use invoke method
> 
>
> Key: SPARK-37446
> URL: https://issues.apache.org/jira/browse/SPARK-37446
> Project: Spark
>  Issue Type: Task
>  Components: SQL
>Affects Versions: 3.2.0
>Reporter: angerszhu
>Priority: Major
>
> Here is a condition that when hive version >= 2.3.9, it will call
> {code}
> case (2, 3, v) if v >= 9 => Hive.getWithoutRegisterFns(conf)
> {code}
> This method means to use  getWithoutRegisterFns in 2.3.9 but if we use code 
> of 2.3.8 or lower version, this will cause build failed, we should use invoke 
> method here



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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