[ 
https://issues.apache.org/jira/browse/SPARK-35773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Apache Spark reassigned SPARK-35773:
------------------------------------

    Assignee: Apache Spark  (was: Kousuke Saruta)

> 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: Apache Spark
>            Priority: Major
>             Fix For: 3.2.0
>
>
> Modify AstBuilder.visitInterval to parse year-month interval literals to 
> tightest types. For example:
> INTERVAL '10' YEAR should be parsed as YearMonthIntervalType(YEAR, YEAR) but 
> not as YearMonthIntervalType(YEAR, MONTH).



--
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