Description
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
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