Alter/Describe Database | 2 sec | Passed |
CSVFileFormat | 2.5 sec | Passed |
CSVFileFormat | 1.1 sec | Passed |
CTAS a managed table with the existing empty directory | 0.91 sec | Passed |
CTAS for external data source table with a existed location | 1.1 sec | Passed |
CTAS for external data source table with a non-existing location | 2.3 sec | Passed |
Create Data Source Table As Select | 1.2 sec | Passed |
Create Database - database already exists | 0.29 sec | Passed |
Create Database using Default Warehouse Path | 0.16 sec | Passed |
Create Table LIKE USING Hive built-in ORC in Hive catalog | 1.2 sec | Passed |
Create Table LIKE USING provider | 1.5 sec | Passed |
Create non-partitioned data source table with user specified schema | 0.92 sec | Passed |
Create non-partitioned data source table without user specified schema | 1.4 sec | Passed |
Create partitioned data source table with user specified schema | 1.9 sec | Passed |
Create partitioned data source table without user specified schema | 2.2 sec | Passed |
Create/Drop Database - location | 0.21 sec | Passed |
Database Ownership | 0.44 sec | Passed |
Drop/Alter/Describe Database - database does not exists | 0.18 sec | Passed |
JsonFileFormat | 1 sec | Passed |
JsonFileFormat | 3.2 sec | Passed |
ParquetFileFormat | 1.1 sec | Passed |
ParquetFileFormat | 2.6 sec | Passed |
Partition table should load empty static partitions | 6.1 sec | Passed |
Refresh table after changing the data source table partitioning | 1.9 sec | Passed |
Refresh table before drop database cascade | 0.87 sec | Passed |
SET LOCATION for managed table | 1 sec | Passed |
SPARK-16034 Partition columns should match when appending to existing data source tables | 2 sec | Passed |
SPARK-18009 calling toLocalIterator on commands | 17 ms | Passed |
SPARK-22431: alter table tests with nested types | 2.9 sec | Passed |
SPARK-22431: illegal nested type | 0.72 sec | Passed |
SPARK-22431: negative alter table tests with nested types | 0.49 sec | Passed |
SPARK-22431: table with nested type | 1 sec | Passed |
SPARK-22431: view with nested type | 0.66 sec | Passed |
SPARK-26630: table with new input format and partitioned will use NewHadoopRDD | 3.8 sec | Passed |
SPARK-26630: table with new input format and without partitioned will use NewHadoopRDD | 2.3 sec | Passed |
SPARK-26630: table with old input format and partitioned will use HadoopRDD | 3.2 sec | Passed |
SPARK-26630: table with old input format and without partitioned will use HadoopRDD | 2.4 sec | Passed |
SPARK-30312: truncate table - keep acl/permission | 1.3 sec | Passed |
SPARK-31163: acl/permission should handle non-existed path when truncating table | 1.2 sec | Passed |
Table Ownership | 0.43 sec | Passed |
addSingleFileInAddFile set to false | 41 ms | Passed |
addSingleFileInAddFile set to true | 48 ms | Passed |
alter datasource table add columns - csv | 1.2 sec | Passed |
alter datasource table add columns - json | 1.1 sec | Passed |
alter datasource table add columns - orc | 2.1 sec | Passed |
alter datasource table add columns - parquet | 1.1 sec | Passed |
alter datasource table add columns - partitioned - csv | 2.2 sec | Passed |
alter datasource table add columns - partitioned - json | 2.1 sec | Passed |
alter datasource table add columns - partitioned - orc | 4.8 sec | Passed |
alter datasource table add columns - partitioned - parquet | 2.7 sec | Passed |
alter datasource table add columns - text format not supported | 0.31 sec | Passed |
alter table add columns -- not support temp view | 22 ms | Passed |
alter table add columns -- not support view | 0.15 sec | Passed |
alter table add columns with existing column name | 0.29 sec | Passed |
alter table add columns with existing column name - caseSensitive false | 0.27 sec | Passed |
alter table add columns with existing column name - caseSensitive true | 0.32 sec | Passed |
alter table: add partition | 3.3 sec | Passed |
alter table: add partition (datasource table) | 1.7 sec | Passed |
alter table: add partition is not supported for views | 1 ms | Passed |
alter table: bucketing is not supported | 94 ms | Passed |
alter table: change column | 0.7 sec | Passed |
alter table: change column (datasource table) | 0.58 sec | Passed |
alter table: drop partition | 3.3 sec | Passed |
alter table: drop partition (datasource table) | 2.4 sec | Passed |
alter table: drop partition is not supported for views | 0 ms | Passed |
alter table: recover partition (parallel) | 12 sec | Passed |
alter table: recover partitions (sequential) | 13 sec | Passed |
alter table: rename | 0.53 sec | Passed |
alter table: rename cached table | 1.3 sec | Passed |
alter table: rename partition | 2.2 sec | Passed |
alter table: rename partition (datasource table) | 1.8 sec | Passed |
alter table: set location | 1.5 sec | Passed |
alter table: set location (datasource table) | 1.2 sec | Passed |
alter table: set properties | 0.62 sec | Passed |
alter table: set properties (datasource table) | 0.5 sec | Passed |
alter table: set serde | 0.85 sec | Passed |
alter table: set serde (datasource table) | 0.41 sec | Passed |
alter table: set serde partition | 4.3 sec | Passed |
alter table: set serde partition (datasource table) | 1 sec | Passed |
alter table: skew is not supported | 0.15 sec | Passed |
alter table: unset properties | 0.67 sec | Passed |
alter table: unset properties (datasource table) | 0.7 sec | Passed |
basic DDL using locale tr - caseSensitive false | 0.69 sec | Passed |
basic DDL using locale tr - caseSensitive true | 0.84 sec | Passed |
block creating duplicate temp table | 21 ms | Passed |
block creating duplicate temp view | 20 ms | Passed |
create a data source table without schema | 0.63 sec | Passed |
create a managed table with the existing empty directory | 0.76 sec | Passed |
create a managed table with the existing non-empty directory | 0.28 sec | Passed |
create datasource table with a non-existing location | 1.3 sec | Passed |
create function with both if not exists and replace | 11 ms | Passed |
create table - append to a non-partitioned table created with different paths | 0.69 sec | Passed |
create table - bucket column names not in table definition | 5 ms | Passed |
create table - column repeated in bucket/sort columns | 19 ms | Passed |
create table - column repeated in partition columns | 12 ms | Passed |
create table - duplicate column names in the table definition | 19 ms | Passed |
create table - partition column names not in table definition | 7 ms | Passed |
create table in a specific db | 43 ms | Passed |
create table in default db | 0.12 sec | Passed |
create table using | 0.27 sec | Passed |
create table using - with bucket | 0.21 sec | Passed |
create table using - with partitioned by | 0.19 sec | Passed |
create table using CLUSTERED BY without schema specification | 0.19 sec | Passed |
create temporary function by specifying a database | 0.17 sec | Passed |
create temporary function with if not exists | 15 ms | Passed |
create temporary view using | 0.43 sec | Passed |
create temporary view with mismatched schema | 0.34 sec | Passed |
create temporary view with specified schema | 0.12 sec | Passed |
create view - duplicate column names in the view definition | 34 ms | Passed |
data source table:partition column name containing a b | 0.98 sec | Passed |
data source table:partition column name containing a%b | 0.9 sec | Passed |
data source table:partition column name containing a,b | 0.93 sec | Passed |
data source table:partition column name containing a:b | 0.86 sec | Passed |
describe function | 0.27 sec | Passed |
drop build-in function | 0.1 sec | Passed |
drop current database | 0.14 sec | Passed |
drop default database | 21 ms | Passed |
drop non-empty database in cascade mode | 0.35 sec | Passed |
drop non-empty database in restrict mode | 0.27 sec | Passed |
drop table | 0.77 sec | Passed |
drop table - data source table | 0.35 sec | Passed |
drop view | 0.23 sec | Passed |
drop view - temporary view | 24 ms | Passed |
insert data to a data source table which has a non-existing location should succeed | 1.2 sec | Passed |
insert into a data source table with a non-existing partition location should succeed | 1.5 sec | Passed |
location uri contains a b for database | 0.57 sec | Passed |
location uri contains a b for datasource table | 2.1 sec | Passed |
location uri contains a%b for database | 0.42 sec | Passed |
location uri contains a%b for datasource table | 2.1 sec | Passed |
location uri contains a:b for database | 0.41 sec | Passed |
location uri contains a:b for datasource table | 2 sec | Passed |
read data from a data source table which has a non-existing location should succeed | 0.47 sec | Passed |
read data from a data source table with non-existing partition location should succeed | 1 sec | Passed |
rename a managed table with existing empty directory | 0.72 sec | Passed |
rename temporary view | 0.32 sec | Passed |
rename temporary view - destination table already exists | 54 ms | Passed |
rename temporary view - destination table already exists, with: CREATE TEMPORARY view | 48 ms | Passed |
rename temporary view - destination table with database name | 42 ms | Passed |
rename temporary view - destination table with database name,with:CREATE TEMPORARY view | 23 ms | Passed |
set command rejects SparkConf entries | 7 ms | Passed |
show columns - negative test | 0.33 sec | Passed |
show databases | 0.44 sec | Passed |
show functions | 0.76 sec | Passed |
the qualified path of a database is stored in the catalog | 65 ms | Passed |
the qualified path of a datasource table is stored in the catalog | 0.48 sec | Passed |
the qualified path of a partition is stored in the catalog | 1.6 sec | Passed |
truncate partitioned table - datasource table | 5.4 sec | Passed |
truncate table - datasource table | 1.4 sec | Passed |
truncate table - external table, temporary table, view (not allowed) | 0.44 sec | Passed |
truncate table - non-partitioned table (not allowed) | 0.37 sec | Passed |