0 | 1.6 sec | Passed |
SPARK-19737: detect undefined functions without triggering relation resolution | 2.5 sec | Passed |
SPARK-24544: test print actual failure cause when look up function failed | 1.2 sec | Passed |
alter database | 1.8 sec | Passed |
alter database should throw exception when the database does not exist | 1.5 sec | Passed |
alter partition with invalid partition spec | 1.2 sec | Passed |
alter partitions | 2 sec | Passed |
alter partitions when database/table does not exist | 2.1 sec | Passed |
alter table | 1.6 sec | Passed |
alter table add columns | 1.4 sec | Passed |
alter table drop columns | 1.5 sec | Passed |
alter table stats | 1.6 sec | Passed |
alter table when database/table does not exist | 1.1 sec | Passed |
basic create and list databases | 0.49 sec | Passed |
basic create and list functions | 0.15 sec | Passed |
basic create and list partitions | 2 sec | Passed |
copy SessionCatalog state - current db | 0.11 sec | Passed |
copy SessionCatalog state - temp views | 39 ms | Passed |
create databases using invalid names | 85 ms | Passed |
create function that already exists | 1.2 sec | Passed |
create function when database does not exist | 1.3 sec | Passed |
create partitions that already exist | 1.5 sec | Passed |
create partitions when database/table does not exist | 1.5 sec | Passed |
create partitions with invalid part spec | 1.5 sec | Passed |
create table | 1.9 sec | Passed |
create table when database does not exist | 1.6 sec | Passed |
create tables using invalid names | 35 ms | Passed |
create temp function | 1.5 sec | Passed |
create temp view | 1.4 sec | Passed |
drop current database and drop default database | 1 sec | Passed |
drop database | 1.1 sec | Passed |
drop database when the database does not exist | 1.5 sec | Passed |
drop database when the database is not empty | 3.4 sec | Passed |
drop function | 1.3 sec | Passed |
drop function when database/function does not exist | 1.1 sec | Passed |
drop partitions | 3.1 sec | Passed |
drop partitions that do not exist | 2.6 sec | Passed |
drop partitions when database/table does not exist | 1.1 sec | Passed |
drop partitions with invalid partition spec | 1.4 sec | Passed |
drop table | 1.2 sec | Passed |
drop table when database/table does not exist | 1.6 sec | Passed |
drop temp function | 1.6 sec | Passed |
drop temp table | 1.2 sec | Passed |
get database should throw exception when the database does not exist | 1.8 sec | Passed |
get database when a database exists | 1.6 sec | Passed |
get function | 1.4 sec | Passed |
get function when database/function does not exist | 1.3 sec | Passed |
get partition | 2.1 sec | Passed |
get partition when database/table does not exist | 1.7 sec | Passed |
get partition with invalid partition spec | 1.9 sec | Passed |
get table | 0.97 sec | Passed |
get table when database/table does not exist | 1.5 sec | Passed |
get tables by name | 1.5 sec | Passed |
get tables by name when contains invalid name | 1.4 sec | Passed |
get tables by name when empty | 1.7 sec | Passed |
get tables by name when some tables do not exist | 1.4 sec | Passed |
get tables by name when tables belong to different databases | 1.4 sec | Passed |
get/set current database | 1.5 sec | Passed |
getTempViewOrPermanentTableMetadata on temporary views | 1.6 sec | Passed |
isPersistentFunction | 1.6 sec | Passed |
isRegisteredFunction | 1.4 sec | Passed |
isTemporaryFunction | 1.1 sec | Passed |
list databases with pattern | 1.2 sec | Passed |
list databases without pattern | 1.2 sec | Passed |
list functions | 1.4 sec | Passed |
list functions when database does not exist | 1.5 sec | Passed |
list global temporary view and local temporary view with pattern | 1.5 sec | Passed |
list partition names | 1.2 sec | Passed |
list partition names with invalid partial partition spec | 1.2 sec | Passed |
list partition names with partial partition spec | 1.1 sec | Passed |
list partitions | 1.5 sec | Passed |
list partitions when database/table does not exist | 2.3 sec | Passed |
list partitions with invalid partial partition spec | 1.7 sec | Passed |
list partitions with partial partition spec | 1.4 sec | Passed |
list tables with pattern | 1.8 sec | Passed |
list tables with pattern and includeLocalTempViews | 0.81 sec | Passed |
list tables without pattern | 1.5 sec | Passed |
list temporary view with pattern | 1 sec | Passed |
look up view relation | 1.9 sec | Passed |
lookup table relation | 1.6 sec | Passed |
lookup temp function | 1.2 sec | Passed |
rename partition with invalid partition spec | 2.3 sec | Passed |
rename partitions | 4.6 sec | Passed |
rename partitions when database/table does not exist | 1.2 sec | Passed |
rename table | 1.9 sec | Passed |
rename table when database/table does not exist | 1.2 sec | Passed |
rename tables to an invalid name | 1.7 sec | Passed |
rename temp table | 1.2 sec | Passed |
table exists | 1.3 sec | Passed |