You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Max Gekk (Jira)" <ji...@apache.org> on 2021/04/18 16:07:00 UTC

[jira] [Updated] (SPARK-35090) Extract a field from ANSI interval

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

Max Gekk updated SPARK-35090:
-----------------------------
    Description: 
Support field extraction from year-month and day-time intervals. For example:

{code:sql}
      > SELECT extract(days FROM INTERVAL '5 0:0:0' day to second);
       5
      > SELECT extract(seconds FROM INTERVAL '10 11:12:30.001001' DAY TO SECOND);
       30.001001
{code}


  was:
Support field extraction from year-month and day-time intervals. For example:

{code:sql}
      > SELECT extract(days FROM interval '5 0:0:0' day to second);
       5
      > SELECT extract(seconds FROM interval '10 11:12:30.001001' DAY TO SECOND);
       30.001001
{code}



> Extract a field from ANSI interval
> ----------------------------------
>
>                 Key: SPARK-35090
>                 URL: https://issues.apache.org/jira/browse/SPARK-35090
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 3.2.0
>            Reporter: Max Gekk
>            Priority: Major
>
> Support field extraction from year-month and day-time intervals. For example:
> {code:sql}
>       > SELECT extract(days FROM INTERVAL '5 0:0:0' day to second);
>        5
>       > SELECT extract(seconds FROM INTERVAL '10 11:12:30.001001' DAY TO SECOND);
>        30.001001
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org