Alter/Describe Database | 0.35 sec | Passed |
CTAS a managed table with the existing empty directory | 0.25 sec | Passed |
CTAS for external data source table with a existed location | 0.45 sec | Passed |
CTAS for external data source table with a non-existing location | 0.48 sec | Passed |
Create Data Source Table As Select | 0.77 sec | Passed |
Create Database - database already exists | 67 ms | Passed |
Create Database using Default Warehouse Path | 17 ms | Passed |
Create Hive Table As Select | 0.21 sec | Passed |
Create non-partitioned data source table with user specified schema | 0.38 sec | Passed |
Create non-partitioned data source table without user specified schema | 0.37 sec | Passed |
Create partitioned data source table with user specified schema | 0.5 sec | Passed |
Create partitioned data source table without user specified schema | 0.58 sec | Passed |
Create/Drop Database - location | 44 ms | Passed |
Drop/Alter/Describe Database - database does not exists | 62 ms | Passed |
Partition table should load empty static partitions | 0.79 sec | Passed |
Refresh table after changing the data source table partitioning | 0.54 sec | Passed |
Refresh table before drop database cascade | 0.26 sec | Passed |
SET LOCATION for managed table | 0.56 sec | Passed |
SPARK-16034 Partition columns should match when appending to existing data source tables | 0.73 sec | Passed |
SPARK-18009 calling toLocalIterator on commands | 11 ms | Passed |
SPARK-22431: table with nested type col with special char | 0.17 sec | Passed |
SPARK-22431: view with nested type | 0.26 sec | Passed |
SPARK-23348: append data to data source table with saveAsTable | 1.6 sec | Passed |
SPARK-30312: truncate table - keep acl/permission | 0.58 sec | Passed |
SPARK-31163: acl/permission should handle non-existed path when truncating table | 0.33 sec | Passed |
alter datasource table add columns - csv | 0.57 sec | Passed |
alter datasource table add columns - json | 0.58 sec | Passed |
alter datasource table add columns - parquet | 0.64 sec | Passed |
alter datasource table add columns - partitioned - csv | 0.83 sec | Passed |
alter datasource table add columns - partitioned - json | 0.73 sec | Passed |
alter datasource table add columns - partitioned - parquet | 0.78 sec | Passed |
alter datasource table add columns - text format not supported | 29 ms | Passed |
alter table add columns -- not support temp view | 16 ms | Passed |
alter table add columns -- not support view | 29 ms | Passed |
alter table add columns with existing column name | 37 ms | Passed |
alter table add columns with existing column name - caseSensitive false | 35 ms | Passed |
alter table add columns with existing column name - caseSensitive true | 38 ms | Passed |
alter table: add partition (datasource table) | 66 ms | Passed |
alter table: add partition is not supported for views | 1 ms | Passed |
alter table: bucketing is not supported | 3 ms | Passed |
alter table: change column (datasource table) | 19 ms | Passed |
alter table: drop partition (datasource table) | 66 ms | Passed |
alter table: drop partition is not supported for views | 1 ms | Passed |
alter table: recover partition (parallel) | 1 sec | Passed |
alter table: recover partitions (sequential) | 1.3 sec | Passed |
alter table: rename | 99 ms | Passed |
alter table: rename cached table | 0.75 sec | Passed |
alter table: rename partition (datasource table) | 50 ms | Passed |
alter table: set location (datasource table) | 86 ms | Passed |
alter table: set properties (datasource table) | 23 ms | Passed |
alter table: set serde (datasource table) | 35 ms | Passed |
alter table: set serde partition (datasource table) | 41 ms | Passed |
alter table: skew is not supported | 1 ms | Passed |
alter table: unset properties (datasource table) | 36 ms | Passed |
basic DDL using locale tr - caseSensitive false | 0.3 sec | Passed |
basic DDL using locale tr - caseSensitive true | 0.34 sec | Passed |
block creating duplicate temp table | 17 ms | Passed |
block creating duplicate temp view | 15 ms | Passed |
create a data source table without schema | 0.28 sec | Passed |
create a managed Hive source table | 14 ms | Passed |
create a managed table with the existing empty directory | 0.2 sec | Passed |
create a managed table with the existing non-empty directory | 71 ms | Passed |
create an external Hive source table | 76 ms | Passed |
create datasource table with a non-existing location | 0.49 sec | Passed |
create function with both if not exists and replace | 9 ms | Passed |
create table - append to a non-partitioned table created with different paths | 0.62 sec | Passed |
create table - bucket column names not in table definition | 2 ms | Passed |
create table - column repeated in bucket/sort columns | 5 ms | Passed |
create table - column repeated in partition columns | 4 ms | Passed |
create table - duplicate column names in the table definition | 4 ms | Passed |
create table - partition column names not in table definition | 2 ms | Passed |
create table in a specific db | 1 ms | Passed |
create table in default db | 1 ms | Passed |
create table using | 23 ms | Passed |
create table using - with bucket | 20 ms | Passed |
create table using - with partitioned by | 18 ms | Passed |
create table using CLUSTERED BY without schema specification | 0.16 sec | Passed |
create temporary function by specifying a database | 34 ms | Passed |
create temporary function with if not exists | 11 ms | Passed |
create temporary view using | 0.27 sec | Passed |
create temporary view with mismatched schema | 0.15 sec | Passed |
create temporary view with specified schema | 0.16 sec | Passed |
create view - duplicate column names in the view definition | 0.15 sec | Passed |
data source table:partition column name containing a b | 0.3 sec | Passed |
data source table:partition column name containing a%b | 0.26 sec | Passed |
data source table:partition column name containing a,b | 0.43 sec | Passed |
data source table:partition column name containing a:b | 0.29 sec | Passed |
describe function | 0.33 sec | Passed |
drop build-in function | 74 ms | Passed |
drop current database | 54 ms | Passed |
drop default database | 43 ms | Passed |
drop non-empty database in cascade mode | 14 ms | Passed |
drop non-empty database in restrict mode | 24 ms | Passed |
drop table - data source table | 35 ms | Passed |
drop view | 8 ms | Passed |
drop view - temporary view | 16 ms | Passed |
insert data to a data source table which has a non-existing location should succeed | 0.67 sec | Passed |
insert into a data source table with a non-existing partition location should succeed | 0.52 sec | Passed |
location uri contains a b for database | 0.2 sec | Passed |
location uri contains a b for datasource table | 1.1 sec | Passed |
location uri contains a%b for database | 0.24 sec | Passed |
location uri contains a%b for datasource table | 1.1 sec | Passed |
location uri contains a:b for database | 0.17 sec | Passed |
location uri contains a:b for datasource table | 3.3 sec | Passed |
read data from a data source table which has a non-existing location should succeed | 0.12 sec | Passed |
read data from a data source table with non-existing partition location should succeed | 0.34 sec | Passed |
rename a managed table with existing empty directory | 0.22 sec | Passed |
rename temporary view | 0.43 sec | Passed |
rename temporary view - destination table already exists | 32 ms | Passed |
rename temporary view - destination table already exists, with: CREATE TEMPORARY view | 25 ms | Passed |
rename temporary view - destination table with database name | 23 ms | Passed |
rename temporary view - destination table with database name,with:CREATE TEMPORARY view | 18 ms | Passed |
show columns - negative test | 52 ms | Passed |
show databases | 0.19 sec | Passed |
show functions | 0.52 sec | Passed |
the qualified path of a database is stored in the catalog | 19 ms | Passed |
the qualified path of a datasource table is stored in the catalog | 53 ms | Passed |
truncate partitioned table - datasource table | 1.2 sec | Passed |
truncate table - datasource table | 0.5 sec | Passed |
truncate table - external table, temporary table, view (not allowed) | 0.29 sec | Passed |
truncate table - non-partitioned table (not allowed) | 0.2 sec | Passed |