mirror of
https://github.com/apache/impala.git
synced 2026-01-08 03:02:48 -05:00
The parser didn't account for the possibility of negative numeric literals. Testing: Added a test that sets a negative value. Query tests send the whole "set" statement to the backend for execution so exercise the parser. Ran core tests. Change-Id: I5c415dbed6ba1122919be75f5811444d88ee03b4 Reviewed-on: http://gerrit.cloudera.org:8080/7316 Reviewed-by: Tim Armstrong <tarmstrong@cloudera.com> Tested-by: Impala Public 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