Description
The master currently cannot parse a SQL query below;
SELECT cast('2017-08-04' as date) + 1 days;
Since other dbms-like systems support this syntax (e.g., hive and mysql), it might help to support in spark.
The master currently cannot parse a SQL query below;
SELECT cast('2017-08-04' as date) + 1 days;
Since other dbms-like systems support this syntax (e.g., hive and mysql), it might help to support in spark.