[ 
https://issues.apache.org/jira/browse/SPARK-45132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wenchen Fan resolved SPARK-45132.
---------------------------------
    Fix Version/s: 3.5.1
                   4.0.0
       Resolution: Fixed

Issue resolved by pull request 42888
[https://github.com/apache/spark/pull/42888]

> Fix IDENTIFIER clause for functions
> -----------------------------------
>
>                 Key: SPARK-45132
>                 URL: https://issues.apache.org/jira/browse/SPARK-45132
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 3.5.0
>            Reporter: Serge Rielau
>            Assignee: Serge Rielau
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.5.1, 4.0.0
>
>
> Due to a quirk in the grammar IDENTIFIER('foo')(<somearg>) does not resolve 
> depending on <somearg>.
> Example:
> SELECT IDENTIFIER('abs')(-1) works, but
> SELECT IDENTIFIER('abs')(c1) FROM VALUES(-1) AS T(c1) does not.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to