Max Gekk created SPARK-35737: -------------------------------- Summary: Parse day-time interval literals to tightest types Key: SPARK-35737 URL: https://issues.apache.org/jira/browse/SPARK-35737 Project: Spark Issue Type: Sub-task Components: SQL Affects Versions: 3.2.0 Reporter: Max Gekk
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: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org