[
https://issues.apache.org/jira/browse/SPARK-24151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiao Li resolved SPARK-24151.
-----------------------------
Resolution: Fixed
Assignee: James Thompson
Fix Version/s: 2.4.0
> CURRENT_DATE, CURRENT_TIMESTAMP incorrectly resolved as column names when
> caseSensitive is enabled
> --------------------------------------------------------------------------------------------------
>
> Key: SPARK-24151
> URL: https://issues.apache.org/jira/browse/SPARK-24151
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Affects Versions: 2.2.1, 2.3.0
> Reporter: James Thompson
> Assignee: James Thompson
> Priority: Major
> Fix For: 2.4.0
>
>
> After this change: https://issues.apache.org/jira/browse/SPARK-22333
> Running SQL such as "CURRENT_TIMESTAMP" can fail spark.sql.caseSensitive has
> been enabled:
> {code:java}
> org.apache.spark.sql.AnalysisException: cannot resolve '`CURRENT_TIMESTAMP`'
> given input columns: [col1]{code}
> This is due to the fact that the analyzer incorrectly uses a case sensitive
> resolver to resolve the function. I will submit a PR with a fix + test for
> this.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]