mirror of
https://github.com/apache/impala.git
synced 2026-01-06 06:01:03 -05:00
The DDL statements for adding the partitions of alltypesaggmultifiles did not include an ALTER TABLE stmt for one of the partitions, thereby causing the planner tests to fail when test data were loaded from a snapshot. Change-Id: Id4b078cd334d816d6eb8eb15e5856189701a4bca Reviewed-on: http://gerrit.ent.cloudera.com:8080/3305 Reviewed-by: Dimitris Tsirogiannis <dtsirogiannis@cloudera.com> Reviewed-by: Lenni Kuff <lskuff@cloudera.com> Tested-by: jenkins Reviewed-on: http://gerrit.ent.cloudera.com:8080/3310
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.