mirror of
https://github.com/apache/impala.git
synced 2026-01-04 18:00:57 -05:00
Before Kudu supported DECIMAL columns the TPCDS and TPCH columns were djusted to use DOUBLE in place of DECIMAL. This patch undoes that change now that Kudu supports DECIMAL. Testing: - Updated concurrent_select.py - Updated test_tpch_queries.py - Excersized by the Kudu planner tests Change-Id: I2f7e4464dc6705cadd610a82c459390a9c0dfe4f Reviewed-on: http://gerrit.cloudera.org:8080/9484 Reviewed-by: Thomas Tauber-Marshall <tmarshall@cloudera.com> Tested-by: Impala Public 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.