mirror of
https://github.com/apache/impala.git
synced 2026-01-03 15:00:52 -05:00
The patch that addressed IMPALA-2130 (7c7e69b) creates a new table intended only to be used in a test that uses the functional_parquet database. This patch has a mistake though in schema_constraints which essentially allows the creation of this table for all types and not only for parquet/none/none. Change-Id: I1d72b30557cb9d8f47fe27170808fec75af3bb1d Reviewed-on: http://gerrit.cloudera.org:8080/524 Reviewed-by: Ippokratis Pandis <ipandis@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.