Hi,

I'm running CTAS, and it fails with "Error: java.lang.AssertionError: assertion 
failed: No plan for CreateTableAsSelect HiveTable...."
Here what my sql looks like :
Create tbl (
Col1          timestamp ,
Col2         string,
Col3          int,
.....
)
partitioned by (year int, month int, day int)
stored as parquet
location 'hdfs://...
as select.....
;

The select by itself works.

I'm running spark 1.6.


Younes

Reply via email to