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

Max Gekk resolved SPARK-52715.
------------------------------
    Fix Version/s: 4.1.0
       Resolution: Fixed

Issue resolved by pull request 51403
[https://github.com/apache/spark/pull/51403]

> Pretty SQL string of TIME - DAY-TIME INTERVAL
> ---------------------------------------------
>
>                 Key: SPARK-52715
>                 URL: https://issues.apache.org/jira/browse/SPARK-52715
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 4.1.0
>            Reporter: Max Gekk
>            Assignee: Max Gekk
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.1.0
>
>
> Improve SQL representation of subtract of TIME and DAY-TIME INTERVAL.
> Current form is:
> {code:sql}
> TIME '12:30:00' + (- INTERVAL '12:29:59.000001' HOUR TO SECOND
> {code}
> should be changed to:
> {code:sql}
> TIME '12:30:00' - INTERVAL '12:29:59.000001' HOUR TO SECOND
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to