Description
According to the 03 ANSI SQL standard, for the interval type conversion. SparkSQL now can only support
- Interval year to month
- Interval day to second
- Interval hour to second
There are some other syntax which are both supported in PostgreSQL and 03 ANSI SQL.
- Interval day to hour
- Interval day to minute
- Interval hour to minute
- Interval minute to second
Attachments
Issue Links
- is related to
-
SPARK-27578 Support INTERVAL ... HOUR TO SECOND syntax
- Resolved
- links to