mirror of
https://github.com/apache/impala.git
synced 2026-01-22 00:01:21 -05:00
This workload was added in 2012 or so, and hasn't actually been able to run in years: - fails to load because the name has a '-' in it, and we use unquoted database names in the load script - the SQL to load it seems to refer to testdata files which don't exist Even if it did load, it looks like it's only a set of ~10 trivial queries which I doubt have any real benchmark interest in modern days. Change-Id: I383638ef4acce59792fee287da0016b3d949e693 Reviewed-on: http://gerrit.cloudera.org:8080/13117 Reviewed-by: Tim Armstrong <tarmstrong@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>