mirror of
https://github.com/apache/impala.git
synced 2026-01-09 15:00:11 -05:00
Hive does not allow DDL when an avro table has a timestamp column. This breaks data loading. This change simply uses a string type to denote the previous timestamp column. Change-Id: Id4eb42da3ac8a805d12b1c3ff35b200298269084 Reviewed-on: http://gerrit.cloudera.org:8080/745 Tested-by: Internal Jenkins Reviewed-by: Ishaan Joshi <ishaan@cloudera.com> Tested-by: Ishaan Joshi <ishaan@cloudera.com>
This directory contains Impala test data sets. The directory layout is structured as follows: datasets/ <data set>/<data set>_schema_template.sql <data set>/<data files SF1>/data files <data set>/<data files SF2>/data files Where SF is the scale factor controlling data size. This allows for scaling the same schema to different sizes based on the target test environment.