[ 
https://issues.apache.org/jira/browse/SPARK-17750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15553004#comment-15553004
 ] 

Apache Spark commented on SPARK-17750:
--------------------------------------

User 'dongjoon-hyun' has created a pull request for this issue:
https://github.com/apache/spark/pull/15383

> 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
>            Assignee: Dongjoon Hyun
>             Fix For: 2.1.0
>
>
> 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to