Description
Modify AstBuilder.visitInterval to parse day-time interval literals to tightest types. For example:
INTERVAL '10 20:30' DAY TO MINUTE should be parsed as DayTimeIntervalType(DAY, MINUTE) but not as DayTimeIntervalType(DAY, SECOND).
Attachments
Issue Links
- is blocked by
-
SPARK-35704 Support fields by the day-time interval type
- Resolved
- is cloned by
-
SPARK-35773 Parse year-month interval literals to tightest types
- Resolved
- links to
(1 links to)