CREATE TABLE LIKE a data source table | 15 sec | Passed |
CREATE TABLE LIKE a managed Hive serde table | 23 sec | Passed |
CREATE TABLE LIKE a temporary view | 9.6 sec | Passed |
CREATE TABLE LIKE a view | 16 sec | Passed |
CREATE TABLE LIKE an external Hive serde table | 1 min 16 sec | Passed |
CREATE TABLE LIKE an external data source table | 15 sec | Passed |
CTAS for external hive table with a existed location | 2.5 sec | Passed |
CTAS for external hive table with a non-existing location | 3.1 sec | Passed |
Create Cataloged Table As Select - Drop Table After Runtime Exception | 0.44 sec | Passed |
Create Hive table as select should output correct schema | 2.6 sec | Passed |
Create Table LIKE STORED AS Hive Format | 4.7 sec | Passed |
Create Table LIKE with row format | 1.5 sec | Passed |
Create Table LIKE with specified TBLPROPERTIES | 0.87 sec | Passed |
Hive CTAS can't create partitioned table by specifying schema | 7 ms | Passed |
Hive CTAS with dynamic partition | 4 sec | Passed |
Insert overwrite Hive table should output correct schema | 3.1 sec | Passed |
MSCK REPAIR RABLE | 1.1 sec | Passed |
SPARK-19129: drop partition with a empty string will drop the whole table | 0.93 sec | Passed |
SPARK-19905: Hive SerDe table input paths | 1.1 sec | Passed |
SPARK-21216: join with a streaming DataFrame | 3.4 sec | Passed |
SPARK-22158 convertMetastore should not ignore table property - orc | 1.3 sec | Passed |
SPARK-22158 convertMetastore should not ignore table property - parquet | 0.9 sec | Passed |
SPARK-22252: FileFormatWriter should respect the input query schema in HIVE | 4.9 sec | Passed |
SPARK-23355 convertMetastoreOrc should not ignore table properties - STORED AS | 1.8 sec | Passed |
SPARK-23355 convertMetastoreParquet should not ignore table properties - STORED AS | 0.81 sec | Passed |
SPARK-24681 checks if nested column names do not include ',', ':', and ';' | 0.19 sec | Passed |
SPARK-24812: desc formatted table for last access verification | 0.54 sec | Passed |
SPARK-25313 Insert overwrite directory should output correct schema | 2.2 sec | Passed |
SPARK-30785: create table like a partitioned table | 1.3 sec | Passed |
SPARK-31904: Fix case sensitive problem of char and varchar partition columns | 1.1 sec | Passed |
add/drop partition with location - managed table | 3.2 sec | Passed |
add/drop partitions - external table | 6.7 sec | Passed |
alter add columns with existing column name - caseSensitive false | 0.65 sec | Passed |
alter add columns with existing column name - caseSensitive true | 1 sec | Passed |
alter hive serde table add columns -- partitioned - AVRO | 6 sec | Passed |
alter hive serde table add columns -- partitioned - ORC | 3.1 sec | Passed |
alter hive serde table add columns -- partitioned - PARQUET | 5.7 sec | Passed |
alter hive serde table add columns -- partitioned - RCFILE | 4.9 sec | Passed |
alter hive serde table add columns -- partitioned - SEQUENCEFILE | 5.7 sec | Passed |
alter hive serde table add columns -- partitioned - TEXTFILE | 6.4 sec | Passed |
alter hive serde table add columns -- with predicate - AVRO | 2.7 sec | Passed |
alter hive serde table add columns -- with predicate - ORC | 2 sec | Passed |
alter hive serde table add columns -- with predicate - PARQUET | 2.4 sec | Passed |
alter hive serde table add columns -- with predicate - RCFILE | 4.1 sec | Passed |
alter hive serde table add columns -- with predicate - SEQUENCEFILE | 3 sec | Passed |
alter hive serde table add columns -- with predicate - TEXTFILE | 3.7 sec | Passed |
alter table - SET TBLPROPERTIES EXTERNAL to TRUE | 0.47 sec | Passed |
alter table partition - storage information | 1.3 sec | Passed |
alter views - rename | 0.65 sec | Passed |
alter views - set/unset tblproperties | 0.98 sec | Passed |
alter views and alter table - misuse | 2.9 sec | Passed |
append data to hive serde table | 6.1 sec | Passed |
create Hive-serde table and view with unicode columns and comment | 2.6 sec | Passed |
create a hive table without schema | 0.3 sec | Passed |
create hive serde table with Catalog | 0.59 sec | Passed |
create hive serde table with new syntax | 3.1 sec | Passed |
create hive table with a non-existing location | 3 sec | Passed |
create partitioned hive serde table as select | 4.8 sec | Passed |
create partitioned table without specifying data type for the partition columns | 2 ms | Passed |
create table - SET TBLPROPERTIES EXTERNAL to TRUE | 19 ms | Passed |
create table and view with comment | 1 sec | Passed |
create table with the same name as an index table | 0.99 sec | Passed |
create table: partition column names exist in table definition | 4 ms | Passed |
create view with mismatched schema | 0.45 sec | Passed |
create view with specified schema | 0.24 sec | Passed |
create/drop database - location with pre-created directory | 0.88 sec | Passed |
create/drop database - location without pre-created directory | 1.2 sec | Passed |
datasource and statistics table property keys are not allowed | 0.66 sec | Passed |
desc formatted table should also show viewOriginalText for views | 0.88 sec | Passed |
desc table for Hive table - bucketed + sorted table | 0.44 sec | Passed |
desc table for Hive table - partitioned table | 0.56 sec | Passed |
desc table for data source table - no user-defined schema | 2.3 sec | Passed |
desc table for data source table using Hive Metastore | 0.4 sec | Passed |
drop an empty database - CASCADE | 0.83 sec | Passed |
drop an empty database - RESTRICT | 1 sec | Passed |
drop database containing tables - CASCADE | 0.67 sec | Passed |
drop database containing tables - RESTRICT | 0.67 sec | Passed |
drop default database | 70 ms | Passed |
drop external data source table in default database | 0.44 sec | Passed |
drop external tables in default database | 0.56 sec | Passed |
drop table using drop view | 0.35 sec | Passed |
drop tables | 0.43 sec | Passed |
drop view using drop table | 0.79 sec | Passed |
drop views | 0.56 sec | Passed |
hive table: location uri contains a b | 4.4 sec | Passed |
hive table: location uri contains a%b | 4.5 sec | Passed |
hive table: location uri contains a:b | 1.8 sec | Passed |
insert skewed table | 3.3 sec | Passed |
load command for non local invalid path validation | 0.26 sec | Passed |
partition column name of hive table containing a b | 4.1 sec | Passed |
partition column name of hive table containing a%b | 3.2 sec | Passed |
partition column name of hive table containing a,b | 4.1 sec | Passed |
partition column name of hive table containing a:b | 3.6 sec | Passed |
partition column name of parquet table containing a b | 2.8 sec | Passed |
partition column name of parquet table containing a%b | 3.3 sec | Passed |
partition column name of parquet table containing a,b | 4.3 sec | Passed |
partition column name of parquet table containing a:b | 2.4 sec | Passed |
partitioned table should always put partition columns at the end of table schema | 6.8 sec | Passed |
read/write files with hive data source is not allowed | 74 ms | Passed |
saveAsTable | 2.9 sec | Passed |
table name with schema | 0.73 sec | Passed |
truncate partitioned table - datasource table | 8.2 sec | Passed |
truncate table - datasource table | 1.7 sec | Passed |