Details
Description
In our cluster, there is a table "T" with column named as "current_date". When we select data from this column with SQL:
select current_date from T
We get the wrong answer, as the column is translated as CURRENT_DATE() function.
Attachments
Issue Links
- is related to
-
SPARK-24151 CURRENT_DATE, CURRENT_TIMESTAMP incorrectly resolved as column names when caseSensitive is enabled
- Resolved
- links to