ALTER TABLE ALTER COLUMN with position is not supported | 32 ms | Passed |
Alter/Describe Database | 0.87 sec | Passed |
CSVFileFormat | 0.95 sec | Passed |
CSVFileFormat | 0.65 sec | Passed |
CTAS a managed table with the existing empty directory | 0.39 sec | Passed |
CTAS for external data source table with a existed location | 0.88 sec | Passed |
CTAS for external data source table with a non-existing location | 0.64 sec | Passed |
Create Data Source Table As Select | 0.91 sec | Passed |
Create Database - database already exists | 57 ms | Passed |
Create Database using Default Warehouse Path | 35 ms | Passed |
Create Hive Table As Select | 0.23 sec | Passed |
Create Table LIKE USING provider | 0.16 sec | Passed |
Create non-partitioned data source table with user specified schema | 0.4 sec | Passed |
Create non-partitioned data source table without user specified schema | 0.46 sec | Passed |
Create partitioned data source table with user specified schema | 0.64 sec | Passed |
Create partitioned data source table without user specified schema | 0.94 sec | Passed |
Create/Drop Database - location | 82 ms | Passed |
Drop/Alter/Describe Database - database does not exists | 92 ms | Passed |
JsonFileFormat | 0.87 sec | Passed |
JsonFileFormat | 0.74 sec | Passed |
ParquetFileFormat | 0.97 sec | Passed |
ParquetFileFormat | 0.68 sec | Passed |
Partition table should load empty static partitions | 1.1 sec | Passed |
Refresh table after changing the data source table partitioning | 0.78 sec | Passed |
Refresh table before drop database cascade | 0.38 sec | Passed |
SET LOCATION for managed table | 0.81 sec | Passed |
SPARK-16034 Partition columns should match when appending to existing data source tables | 1.5 sec | Passed |
SPARK-18009 calling toLocalIterator on commands | 21 ms | Passed |
SPARK-19784 refresh the table after altering the table location | 0.45 sec | Passed |
SPARK-22431: table with nested type col with special char | 0.12 sec | Passed |
SPARK-22431: view with nested type | 0.27 sec | Passed |
SPARK-23348: append data to data source table with saveAsTable | 1.4 sec | Passed |
SPARK-25403 refresh the table after inserting data | 0.27 sec | Passed |
SPARK-30312: truncate table - keep acl/permission | 0.87 sec | Passed |
SPARK-31163: acl/permission should handle non-existed path when truncating table | 0.44 sec | Passed |
addSingleFileInAddFile set to false | 22 ms | Passed |
addSingleFileInAddFile set to true | 17 ms | Passed |
alter datasource table add columns - csv | 0.8 sec | Passed |
alter datasource table add columns - json | 0.79 sec | Passed |
alter datasource table add columns - parquet | 0.74 sec | Passed |
alter datasource table add columns - partitioned - csv | 1 sec | Passed |
alter datasource table add columns - partitioned - json | 0.87 sec | Passed |
alter datasource table add columns - partitioned - parquet | 0.98 sec | Passed |
alter datasource table add columns - text format not supported | 54 ms | Passed |
alter table add columns -- not support temp view | 25 ms | Passed |
alter table add columns -- not support view | 46 ms | Passed |
alter table add columns with existing column name | 48 ms | Passed |
alter table add columns with existing column name - caseSensitive false | 55 ms | Passed |
alter table add columns with existing column name - caseSensitive true | 62 ms | Passed |
alter table: add partition (datasource table) | 70 ms | Passed |
alter table: add partition is not supported for views | 0 ms | Passed |
alter table: bucketing is not supported | 9 ms | Passed |
alter table: change column (datasource table) | 60 ms | Passed |
alter table: drop partition (datasource table) | 0.11 sec | Passed |
alter table: drop partition is not supported for views | 1 ms | Passed |
alter table: recover partition (parallel) | 0.94 sec | Passed |
alter table: recover partitions (sequential) | 1 sec | Passed |
alter table: rename | 78 ms | Passed |
alter table: rename cached table | 0.83 sec | Passed |
alter table: rename partition (datasource table) | 0.1 sec | Passed |
alter table: set location (datasource table) | 0.1 sec | Passed |
alter table: set properties (datasource table) | 33 ms | Passed |
alter table: set serde (datasource table) | 62 ms | Passed |
alter table: set serde partition (datasource table) | 55 ms | Passed |
alter table: skew is not supported | 3 ms | Passed |
alter table: unset properties (datasource table) | 63 ms | Passed |
basic DDL using locale tr - caseSensitive false | 0.37 sec | Passed |
basic DDL using locale tr - caseSensitive true | 0.33 sec | Passed |
block creating duplicate temp table | 34 ms | Passed |
block creating duplicate temp view | 25 ms | Passed |
create a data source table without schema | 0.37 sec | Passed |
create a managed Hive source table | 26 ms | Passed |
create a managed table with the existing empty directory | 0.33 sec | Passed |
create a managed table with the existing non-empty directory | 96 ms | Passed |
create an external Hive source table | 20 ms | Passed |
create datasource table with a non-existing location | 0.72 sec | Passed |
create function with both if not exists and replace | 17 ms | Passed |
create table - append to a non-partitioned table created with different paths | 0.46 sec | Passed |
create table - bucket column names not in table definition | 6 ms | Passed |
create table - column repeated in bucket/sort columns | 28 ms | Passed |
create table - column repeated in partition columns | 14 ms | Passed |
create table - duplicate column names in the table definition | 16 ms | Passed |
create table - partition column names not in table definition | 7 ms | Passed |
create table in a specific db | 1 ms | Passed |
create table in default db | 1 ms | Passed |
create table using | 38 ms | Passed |
create table using - with bucket | 33 ms | Passed |
create table using - with partitioned by | 33 ms | Passed |
create table using CLUSTERED BY without schema specification | 0.14 sec | Passed |
create temporary function by specifying a database | 63 ms | Passed |
create temporary function with if not exists | 30 ms | Passed |
create temporary view using | 0.49 sec | Passed |
create temporary view with mismatched schema | 0.2 sec | Passed |
create temporary view with specified schema | 0.15 sec | Passed |
create view - duplicate column names in the view definition | 24 ms | Passed |
data source table:partition column name containing a b | 0.5 sec | Passed |
data source table:partition column name containing a%b | 0.35 sec | Passed |
data source table:partition column name containing a,b | 0.34 sec | Passed |
data source table:partition column name containing a:b | 0.39 sec | Passed |
describe function | 0.4 sec | Passed |
drop build-in function | 57 ms | Passed |
drop current database | 66 ms | Passed |
drop default database | 38 ms | Passed |
drop non-empty database in cascade mode | 17 ms | Passed |
drop non-empty database in restrict mode | 27 ms | Passed |
drop table - data source table | 43 ms | Passed |
drop view | 14 ms | Passed |
drop view - temporary view | 34 ms | Passed |
insert data to a data source table which has a non-existing location should succeed | 0.82 sec | Passed |
insert into a data source table with a non-existing partition location should succeed | 0.76 sec | Passed |
location uri contains a b for database | 0.3 sec | Passed |
location uri contains a b for datasource table | 1.8 sec | Passed |
location uri contains a%b for database | 0.21 sec | Passed |
location uri contains a%b for datasource table | 0.91 sec | Passed |
location uri contains a:b for database | 0.2 sec | Passed |
location uri contains a:b for datasource table | 0.92 sec | Passed |
read data from a data source table which has a non-existing location should succeed | 0.19 sec | Passed |
read data from a data source table with non-existing partition location should succeed | 0.49 sec | Passed |
rename a managed table with existing empty directory | 0.19 sec | Passed |
rename temporary view | 0.28 sec | Passed |
rename temporary view - destination table already exists | 43 ms | Passed |
rename temporary view - destination table already exists, with: CREATE TEMPORARY view | 45 ms | Passed |
rename temporary view - destination table with database name | 33 ms | Passed |
rename temporary view - destination table with database name,with:CREATE TEMPORARY view | 21 ms | Passed |
set command rejects SparkConf entries | 11 ms | Passed |
show columns - negative test | 70 ms | Passed |
show databases | 0.44 sec | Passed |
show functions | 0.73 sec | Passed |
the qualified path of a database is stored in the catalog | 26 ms | Passed |
the qualified path of a datasource table is stored in the catalog | 80 ms | Passed |
the qualified path of a partition is stored in the catalog | 0.24 sec | Passed |
throw exception if Create Table LIKE USING Hive built-in ORC in in-memory catalog | 57 ms | Passed |
truncate partitioned table - datasource table | 1.3 sec | Passed |
truncate table - datasource table | 0.63 sec | Passed |
truncate table - external table, temporary table, view (not allowed) | 0.3 sec | Passed |
truncate table - non-partitioned table (not allowed) | 0.51 sec | Passed |