mirror of
https://github.com/apache/impala.git
synced 2026-01-03 15:00:52 -05:00
This only enforced the defaults in Hive. Users how manually choose to change the schema in Hive may trigger these new analysis exceptions in this commit unnecessarily. The Hive issue tracking the length restrictions is https://issues.apache.org/jira/browse/HIVE-9815 Change-Id: Ia30f286193fe63e51a10f0c19f12b848c4b02f34 Reviewed-on: http://gerrit.cloudera.org:8080/721 Reviewed-by: Jim Apple <jbapple@cloudera.com> Tested-by: Internal 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