[ 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