Max Gekk created SPARK-35091:
--------------------------------

             Summary: Support ANSI intervals by date_part()
                 Key: SPARK-35091
                 URL: https://issues.apache.org/jira/browse/SPARK-35091
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 3.2.0
            Reporter: Max Gekk


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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to