[ https://issues.apache.org/jira/browse/SPARK-24151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16461237#comment-16461237 ]
Apache Spark commented on SPARK-24151: -------------------------------------- User 'jamesthomp' has created a pull request for this issue: https://github.com/apache/spark/pull/21217 > 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 > Priority: Major > > 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