Maxim Gekk created SPARK-29920:
----------------------------------

             Summary: Parsing failure on interval '20 15' day to hour
                 Key: SPARK-29920
                 URL: https://issues.apache.org/jira/browse/SPARK-29920
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 3.0.0
            Reporter: Maxim Gekk



{code:sql}
spark-sql> select interval '20 15' day to hour;
Error in query:
requirement failed: Interval string must match day-time format of 'd h:m:s.n': 
20 15(line 1, pos 16)

== SQL ==
select interval '20 15' day to hour
----------------^^^
{code}




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

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

Reply via email to