SPARK-21457: list partitions with special chars | 18 ms | Passed |
alter database | 17 ms | Passed |
alter database should throw exception when the database does not exist | 18 ms | Passed |
alter function | 17 ms | Passed |
alter partitions | 17 ms | Passed |
alter partitions when database/table does not exist | 15 ms | Passed |
alter table | 29 ms | Passed |
alter table schema | 20 ms | Passed |
alter table stats | 19 ms | Passed |
alter table when database/table does not exist | 17 ms | Passed |
basic create and list databases | 10 ms | Passed |
basic create and list functions | 11 ms | Passed |
basic create and list partitions | 15 ms | Passed |
column names should be case-preserving and column nullability should be retained | 18 ms | Passed |
create function that already exists | 23 ms | Passed |
create function when database does not exist | 17 ms | Passed |
create partitions that already exist | 13 ms | Passed |
create partitions when database/table does not exist | 13 ms | Passed |
create partitions without location | 17 ms | Passed |
create table when the table already exists | 16 ms | Passed |
create/drop database should create/delete the directory | 32 ms | Passed |
create/drop partitions in managed tables with location | 58 ms | Passed |
create/drop/rename partitions should create/delete/rename the directory | 81 ms | Passed |
create/drop/rename table should create/delete/rename the directory | 52 ms | Passed |
drop database | 24 ms | Passed |
drop database when the database does not exist | 23 ms | Passed |
drop database when the database is not empty | 58 ms | Passed |
drop function | 30 ms | Passed |
drop function that does not exist | 18 ms | Passed |
drop function when database does not exist | 24 ms | Passed |
drop partition from external table should not delete the directory | 25 ms | Passed |
drop partitions | 40 ms | Passed |
drop partitions that do not exist | 22 ms | Passed |
drop partitions when database/table does not exist | 26 ms | Passed |
drop table | 16 ms | Passed |
drop table when database/table does not exist | 15 ms | Passed |
get database should throw exception when the database does not exist | 20 ms | Passed |
get database when a database exists | 31 ms | Passed |
get function | 18 ms | Passed |
get function when database does not exist | 17 ms | Passed |
get partition | 19 ms | Passed |
get partition when database/table does not exist | 21 ms | Passed |
get table | 26 ms | Passed |
get table when database/table does not exist | 19 ms | Passed |
get tables by name | 17 ms | Passed |
get tables by name when contains invalid name | 20 ms | Passed |
get tables by name when empty table list | 21 ms | Passed |
get tables by name when some tables do not exists | 20 ms | Passed |
list databases with pattern | 20 ms | Passed |
list databases without pattern | 19 ms | Passed |
list functions | 23 ms | Passed |
list partition names | 21 ms | Passed |
list partition names with partial partition spec | 18 ms | Passed |
list partitions by filter | 32 ms | Passed |
list partitions with partial partition spec | 14 ms | Passed |
list tables with pattern | 25 ms | Passed |
list tables without pattern | 19 ms | Passed |
rename function | 18 ms | Passed |
rename function when database does not exist | 15 ms | Passed |
rename function when new function already exists | 16 ms | Passed |
rename partitions | 28 ms | Passed |
rename partitions should update the location for managed table | 30 ms | Passed |
rename partitions when database/table does not exist | 15 ms | Passed |
rename partitions when the new partition already exists | 13 ms | Passed |
rename table | 13 ms | Passed |
rename table when database/table does not exist | 24 ms | Passed |
rename table when destination table already exists | 19 ms | Passed |
the table type of an external table should be EXTERNAL_TABLE | 17 ms | Passed |