[
https://issues.apache.org/jira/browse/SPARK-45132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dongjoon Hyun closed SPARK-45132.
---------------------------------
> 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: [email protected]
For additional commands, e-mail: [email protected]