0 | 0.78 sec | Passed |
SPARK-19737: detect undefined functions without triggering relation resolution | 1.2 sec | Passed |
SPARK-24544: test print actual failure cause when look up function failed | 0.5 sec | Passed |
alter database | 1.9 sec | Passed |
alter database should throw exception when the database does not exist | 3.5 sec | Passed |
alter partition with invalid partition spec | 0.95 sec | Passed |
alter partitions | 1.3 sec | Passed |
alter partitions when database/table does not exist | 0.56 sec | Passed |
alter table | 0.82 sec | Passed |
alter table add columns | 0.8 sec | Passed |
alter table drop columns | 0.76 sec | Passed |
alter table stats | 0.68 sec | Passed |
alter table when database/table does not exist | 0.6 sec | Passed |
basic create and list databases | 0.6 sec | Passed |
basic create and list functions | 94 ms | Passed |
basic create and list partitions | 0.87 sec | Passed |
copy SessionCatalog state - current db | 91 ms | Passed |
copy SessionCatalog state - temp views | 28 ms | Passed |
create databases using invalid names | 63 ms | Passed |
create function that already exists | 0.51 sec | Passed |
create function when database does not exist | 0.46 sec | Passed |
create partitions that already exist | 0.87 sec | Passed |
create partitions when database/table does not exist | 0.99 sec | Passed |
create partitions with invalid part spec | 0.62 sec | Passed |
create table | 2.7 sec | Passed |
create table when database does not exist | 1.2 sec | Passed |
create tables using invalid names | 0.32 sec | Passed |
create temp function | 0.56 sec | Passed |
create temp view | 0.95 sec | Passed |
drop current database and drop default database | 2.3 sec | Passed |
drop database | 0.85 sec | Passed |
drop database when the database does not exist | 3.1 sec | Passed |
drop database when the database is not empty | 3.1 sec | Passed |
drop function | 0.63 sec | Passed |
drop function when database/function does not exist | 0.57 sec | Passed |
drop partitions | 1.1 sec | Passed |
drop partitions that do not exist | 1 sec | Passed |
drop partitions when database/table does not exist | 0.49 sec | Passed |
drop partitions with invalid partition spec | 0.64 sec | Passed |
drop table | 1.3 sec | Passed |
drop table when database/table does not exist | 0.97 sec | Passed |
drop temp function | 0.55 sec | Passed |
drop temp table | 1 sec | Passed |
get database should throw exception when the database does not exist | 0.97 sec | Passed |
get database when a database exists | 2.5 sec | Passed |
get function | 0.53 sec | Passed |
get function when database/function does not exist | 0.63 sec | Passed |
get partition | 0.94 sec | Passed |
get partition when database/table does not exist | 0.56 sec | Passed |
get partition with invalid partition spec | 0.75 sec | Passed |
get table | 0.52 sec | Passed |
get table when database/table does not exist | 0.61 sec | Passed |
get tables by name | 0.7 sec | Passed |
get tables by name when contains invalid name | 0.73 sec | Passed |
get tables by name when empty | 0.66 sec | Passed |
get tables by name when some tables do not exist | 0.66 sec | Passed |
get tables by name when tables belong to different databases | 0.68 sec | Passed |
get/set current database | 3.5 sec | Passed |
getTempViewOrPermanentTableMetadata on temporary views | 0.67 sec | Passed |
isPersistentFunction | 0.61 sec | Passed |
isRegisteredFunction | 0.61 sec | Passed |
isTemporaryFunction | 0.58 sec | Passed |
list databases with pattern | 0.87 sec | Passed |
list databases without pattern | 0.9 sec | Passed |
list functions | 0.63 sec | Passed |
list functions when database does not exist | 0.56 sec | Passed |
list global temporary view and local temporary view with pattern | 0.7 sec | Passed |
list partition names | 1.5 sec | Passed |
list partition names with invalid partial partition spec | 0.61 sec | Passed |
list partition names with partial partition spec | 1.6 sec | Passed |
list partitions | 0.63 sec | Passed |
list partitions when database/table does not exist | 0.51 sec | Passed |
list partitions with invalid partial partition spec | 0.57 sec | Passed |
list partitions with partial partition spec | 0.6 sec | Passed |
list tables with pattern | 0.73 sec | Passed |
list tables with pattern and includeLocalTempViews | 0.4 sec | Passed |
list tables without pattern | 0.63 sec | Passed |
list temporary view with pattern | 0.57 sec | Passed |
look up view relation | 0.84 sec | Passed |
lookup table relation | 0.76 sec | Passed |
lookup temp function | 0.54 sec | Passed |
rename partition with invalid partition spec | 0.68 sec | Passed |
rename partitions | 1.8 sec | Passed |
rename partitions when database/table does not exist | 1.6 sec | Passed |
rename table | 2 sec | Passed |
rename table when database/table does not exist | 0.53 sec | Passed |
rename tables to an invalid name | 0.57 sec | Passed |
rename temp table | 0.71 sec | Passed |
table exists | 0.57 sec | Passed |