You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Kent Yao (Jira)" <ji...@apache.org> on 2019/10/31 10:14:00 UTC

[jira] [Created] (SPARK-29684) Support divide/multiply for interval types

Kent Yao created SPARK-29684:
--------------------------------

             Summary: Support divide/multiply for interval types
                 Key: SPARK-29684
                 URL: https://issues.apache.org/jira/browse/SPARK-29684
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 3.0.0
            Reporter: Kent Yao


{code:sql}
postgres=# select interval '1 year 2 month' / 2.123456789111;
           ?column?
------------------------------
 6 mons 17 days 18:58:36.3072
(1 row)postgres=# select interval '1 year 2 month' * 2.123456789;
               ?column?
--------------------------------------
 2 years 5 mons 21 days 20:26:39.9264
(1 row)
{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