mirror of
https://github.com/apache/impala.git
synced 2026-01-08 03:02:48 -05:00
Loading functional data may fail if table_no_newline_part partitions already exist. We should only ADD with IF NOT EXISTS to handle this case as we do with other tables. Change-Id: I5fe5c318d2cbbd5b5419394212b94a2fe7d386ce Reviewed-on: http://gerrit.cloudera.org:8080/1261 Reviewed-by: Dan Hecht <dhecht@cloudera.com> Tested-by: Internal Jenkins
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.