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

2021-11-23 Thread Apache Spark (Jira)


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

Apache Spark commented on SPARK-37446:
--

User 'AngersZh' has created a pull request for this issue:
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
>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



[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17447812#comment-17447812
 ] 

angerszhu commented on SPARK-37446:
---

Seems has been fixed, will close this

> 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



[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17447811#comment-17447811
 ] 

angerszhu commented on SPARK-37446:
---

Raise a pr soon

> 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