databricks / spark-sql-perf

Apache License 2.0
582 stars 406 forks source link

Add an option to replace Date with String type. #105

Closed juliuszsompolski closed 7 years ago

juliuszsompolski commented 7 years ago

Spark uses an old fork of Hive, and currently fails with

Error in SQL statement: AnalysisException: org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.UnsupportedOperationException: Parquet does not support date. See HIVE-6384;

Provide an option to replace Date with String.

juliuszsompolski commented 7 years ago

Crap, wrong push...

juliuszsompolski commented 7 years ago

databricks:master was forced pushed back and it should be recovered.