Max Gekk created SPARK-35773:
--------------------------------
Summary: Parse year-month interval literals to tightest types
Key: SPARK-35773
URL: https://issues.apache.org/jira/browse/SPARK-35773
Project: Spark
Issue Type: Sub-task
Components: SQL
Affects Versions: 3.2.0
Reporter: Max Gekk
Assignee: Kousuke Saruta
Fix For: 3.2.0
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).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]