mirror of
https://github.com/apache/impala.git
synced 2026-01-23 03:00:12 -05:00
This commit fixes the following two issues - A drop table statement can drop a view with same name when "IF EXISTS" is specified. - A drop view statement can drop a table with same name when "IF EXISTS" is specified. This happens due to lack of checks in the Catalog before the drop executes. Change-Id: I0d35cd1f50d9b8d50223660f753c56529cbbc311 Reviewed-on: http://gerrit.cloudera.org:8080/2458 Reviewed-by: Bharath Vissapragada <bharathv@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