angerszhu created SPARK-37446:
---------------------------------

             Summary: 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


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

Reply via email to