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