You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Andreas Damm (JIRA)" <ji...@apache.org> on 2016/09/30 21:26:21 UTC

[jira] [Created] (SPARK-17750) Cannot create view which includes interval arithmetic

Andreas Damm created SPARK-17750:
------------------------------------

             Summary: Cannot create view which includes interval arithmetic
                 Key: SPARK-17750
                 URL: https://issues.apache.org/jira/browse/SPARK-17750
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.0.0
            Reporter: Andreas Damm


Given table

create table dates (ts timestamp)

the following view creation SQL failes with Failed to analyze the canonicalized SQL. It is possible there is a bug in Spark.

create view test_dates as select ts + interval 1 day from dates




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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