You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Zhenhua Wang (Jira)" <ji...@apache.org> on 2019/12/24 02:35:00 UTC

[jira] [Created] (SPARK-30339) Avoid to fail twice in function lookup

Zhenhua Wang created SPARK-30339:
------------------------------------

             Summary: Avoid to fail twice in function lookup
                 Key: SPARK-30339
                 URL: https://issues.apache.org/jira/browse/SPARK-30339
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 2.4.5, 3.0.0
            Reporter: Zhenhua Wang


Currently if function lookup fails, spark will give it a second change by casting decimal type to double type. But for cases where decimal type doesn't exist, it's meaningless to lookup again and causes extra cost like unnecessary metastore access.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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