mirror of
https://github.com/apache/impala.git
synced 2026-01-06 15:01:43 -05:00
Adds the TPCDS queries as planner tests and fixes a few small issues with the Planner test file parser. This adds the TPC-DS queries using SQL-92 style joins that have a hand optimized (although not perfect) join order. Change-Id: I2d81e66af740b2d826b8ebd0c5ba8553b5faf0a2 Reviewed-on: http://gerrit.ent.cloudera.com:8080/1019 Reviewed-by: Lenni Kuff <lskuff@cloudera.com> Tested-by: jenkins
This directory contains Impala test workloads. The directory layout for the workloads should follow: workloads/ <data set name>/<data set name>_dimensions.csv <- The test dimension file <data set name>/<data set name>_core.csv <- A test vector file <data set name>/<data set name>_pairwise.csv <data set name>/<data set name>_exhaustive.csv <data set name>/queries/<query test>.test <- The queries for this workload