Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0.0
-
None
-
None
Description
Creating a table with `INTERVAL` column for writing failed with the error:
spark-sql> CREATE TABLE INTERVAL_TBL (f1 interval); Error in query: org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.IllegalArgumentException: Error: type expected at the position 0 of 'interval' but 'interval' is found.;
This is needed for SPARK-29368