[ 
https://issues.apache.org/jira/browse/SPARK-35737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17362963#comment-17362963
 ] 

Apache Spark commented on SPARK-35737:
--------------------------------------

User 'sarutak' has created a pull request for this issue:
https://github.com/apache/spark/pull/32905

> 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
>            Assignee: Kousuke Saruta
>            Priority: Major
>             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]

Reply via email to