James Thompson created SPARK-24151:
--------------------------------------

             Summary: 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.3.0
            Reporter: James Thompson


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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to