0 | 28 ms | Passed |
SPARK-19737: detect undefined functions without triggering relation resolution | 39 ms | Passed |
SPARK-24544: test print actual failure cause when look up function failed | 20 ms | Passed |
alter database | 20 ms | Passed |
alter database should throw exception when the database does not exist | 21 ms | Passed |
alter partition with invalid partition spec | 21 ms | Passed |
alter partitions | 29 ms | Passed |
alter partitions when database/table does not exist | 19 ms | Passed |
alter table | 21 ms | Passed |
alter table add columns | 23 ms | Passed |
alter table drop columns | 22 ms | Passed |
alter table stats | 17 ms | Passed |
alter table when database/table does not exist | 18 ms | Passed |
basic create and list databases | 26 ms | Passed |
basic create and list functions | 17 ms | Passed |
basic create and list partitions | 30 ms | Passed |
copy SessionCatalog state - current db | 14 ms | Passed |
copy SessionCatalog state - temp views | 14 ms | Passed |
create databases using invalid names | 19 ms | Passed |
create function that already exists | 20 ms | Passed |
create function when database does not exist | 20 ms | Passed |
create partitions that already exist | 21 ms | Passed |
create partitions when database/table does not exist | 20 ms | Passed |
create partitions with invalid part spec | 22 ms | Passed |
create table | 24 ms | Passed |
create table when database does not exist | 21 ms | Passed |
create tables using invalid names | 17 ms | Passed |
create temp function | 25 ms | Passed |
create temp view | 20 ms | Passed |
drop current database and drop default database | 22 ms | Passed |
drop database | 19 ms | Passed |
drop database when the database does not exist | 23 ms | Passed |
drop database when the database is not empty | 59 ms | Passed |
drop function | 19 ms | Passed |
drop function when database/function does not exist | 20 ms | Passed |
drop partitions | 20 ms | Passed |
drop partitions that do not exist | 19 ms | Passed |
drop partitions when database/table does not exist | 18 ms | Passed |
drop partitions with invalid partition spec | 22 ms | Passed |
drop table | 20 ms | Passed |
drop table when database/table does not exist | 26 ms | Passed |
drop temp function | 43 ms | Passed |
drop temp table | 21 ms | Passed |
get database should throw exception when the database does not exist | 21 ms | Passed |
get database when a database exists | 21 ms | Passed |
get function | 30 ms | Passed |
get function when database/function does not exist | 29 ms | Passed |
get partition | 21 ms | Passed |
get partition when database/table does not exist | 25 ms | Passed |
get partition with invalid partition spec | 24 ms | Passed |
get table | 21 ms | Passed |
get table when database/table does not exist | 20 ms | Passed |
get tables by name | 21 ms | Passed |
get tables by name when contains invalid name | 19 ms | Passed |
get tables by name when empty | 17 ms | Passed |
get tables by name when some tables do not exist | 33 ms | Passed |
get tables by name when tables belong to different databases | 20 ms | Passed |
get/set current database | 28 ms | Passed |
getTempViewOrPermanentTableMetadata on temporary views | 23 ms | Passed |
isPersistentFunction | 17 ms | Passed |
isRegisteredFunction | 19 ms | Passed |
isTemporaryFunction | 20 ms | Passed |
list databases with pattern | 21 ms | Passed |
list databases without pattern | 20 ms | Passed |
list functions | 26 ms | Passed |
list functions when database does not exist | 21 ms | Passed |
list global temporary view and local temporary view with pattern | 19 ms | Passed |
list partition names | 23 ms | Passed |
list partition names with invalid partial partition spec | 20 ms | Passed |
list partition names with partial partition spec | 21 ms | Passed |
list partitions | 17 ms | Passed |
list partitions when database/table does not exist | 19 ms | Passed |
list partitions with invalid partial partition spec | 22 ms | Passed |
list partitions with partial partition spec | 45 ms | Passed |
list tables with pattern | 21 ms | Passed |
list tables with pattern and includeLocalTempViews | 17 ms | Passed |
list tables without pattern | 19 ms | Passed |
list temporary view with pattern | 18 ms | Passed |
look up view relation | 22 ms | Passed |
lookup table relation | 21 ms | Passed |
lookup temp function | 19 ms | Passed |
rename partition with invalid partition spec | 25 ms | Passed |
rename partitions | 28 ms | Passed |
rename partitions when database/table does not exist | 20 ms | Passed |
rename table | 23 ms | Passed |
rename table when database/table does not exist | 20 ms | Passed |
rename tables to an invalid name | 22 ms | Passed |
rename temp table | 22 ms | Passed |
table exists | 19 ms | Passed |