You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "angerszhu (Jira)" <ji...@apache.org> on 2021/11/23 07:34:00 UTC

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

     [ 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org