You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Zhu, Lipeng (JIRA)" <ji...@apache.org> on 2019/04/26 10:43:00 UTC

[jira] [Created] (SPARK-27578) Add support for "interval '23:59:59' hour to second"

Zhu, Lipeng created SPARK-27578:
-----------------------------------

             Summary: Add support for "interval '23:59:59' hour to second"
                 Key: SPARK-27578
                 URL: https://issues.apache.org/jira/browse/SPARK-27578
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 3.0.0
            Reporter: Zhu, Lipeng


Currently, SparkSQL can support interval format like this. 

 
{code:java}
select interval '5 23:59:59.155' day to second.{code}
 

Can SparkSQL support grammar like below, as Teradata can support it well now.
{code:java}
select interval '23:59:59.155' hour to second
{code}
 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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