mirror of
https://github.com/apache/impala.git
synced 2026-01-10 09:00:16 -05:00
This commmit implements DESCRIBE DATABASE [FORMATTED|EXTENDED] <db_name>. Without FORMATTED|EXTENDED this statement only prints database's location and comment. With FORMATTED|EXTENDED it will output all the properties of the database (e.g. OWNER and PARAMETERS). Currently we only retrieve privileges stored in hive metastore. This commit also implements DESCRIBE EXTENDED <table>, which is the same as DESCRIBE FORMATTED <table> for consistency purpose. Change-Id: I2a101ec0e3d27b344fcb521eb00e5bdbcbac8986 Reviewed-on: http://gerrit.cloudera.org:8080/804 Reviewed-by: Dimitris Tsirogiannis <dtsirogiannis@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