Partition columns should be put at the end of table schema for the format hive | 0.37 sec | Passed |
Partition columns should be put at the end of table schema for the format parquet | 0.24 sec | Passed |
SPARK-18647: do not put provider in table properties for Hive serde table | 0.31 sec | Passed |
SPARK-21457: list partitions with special chars | 0.57 sec | Passed |
SPARK-22306: alter table schema should not erase the bucketing metadata at hive side | 2.6 sec | Passed |
SPARK-23001: NullPointerException when running desc database | 0.26 sec | Passed |
SPARK-29498 CatalogTable to HiveTable should not change the table's ownership | 0.3 sec | Passed |
SPARK-30050: analyze/rename table should not erase the bucketing metadata at hive side | 0.55 sec | Passed |
SPARK-30868 throw an exception if HiveClient#runSqlHive fails | 0.11 sec | Passed |
SPARK-31061: alterTable should be able to change table provider | 0.38 sec | Passed |
SPARK-31061: alterTable should be able to change table provider from hive | 0.38 sec | Passed |
alter database | 0.51 sec | Passed |
alter database should throw exception when the database does not exist | 0.39 sec | Passed |
alter function | 0.27 sec | Passed |
alter partitions | 0.83 sec | Passed |
alter partitions when database/table does not exist | 0.42 sec | Passed |
alter table | 0.34 sec | Passed |
alter table schema | 0.41 sec | Passed |
alter table stats | 0.6 sec | Passed |
alter table when database/table does not exist | 0.28 sec | Passed |
basic create and list databases | 0.16 sec | Passed |
basic create and list functions | 40 ms | Passed |
basic create and list partitions | 0.4 sec | Passed |
column names should be case-preserving and column nullability should be retained | 0.36 sec | Passed |
create function that already exists | 0.33 sec | Passed |
create function when database does not exist | 0.31 sec | Passed |
create partitions that already exist | 0.45 sec | Passed |
create partitions when database/table does not exist | 0.3 sec | Passed |
create partitions without location | 0.42 sec | Passed |
create table when the table already exists | 0.35 sec | Passed |
create/drop database should create/delete the directory | 0.36 sec | Passed |
create/drop partitions in managed tables with location | 1.2 sec | Passed |
create/drop/rename partitions should create/delete/rename the directory | 1 sec | Passed |
create/drop/rename table should create/delete/rename the directory | 0.54 sec | Passed |
drop database | 0.4 sec | Passed |
drop database when the database does not exist | 0.42 sec | Passed |
drop database when the database is not empty | 3.1 sec | Passed |
drop function | 0.24 sec | Passed |
drop function that does not exist | 0.36 sec | Passed |
drop function when database does not exist | 0.26 sec | Passed |
drop partition from external table should not delete the directory | 0.59 sec | Passed |
drop partitions | 1.8 sec | Passed |
drop partitions that do not exist | 0.53 sec | Passed |
drop partitions when database/table does not exist | 0.24 sec | Passed |
drop table | 0.49 sec | Passed |
drop table when database/table does not exist | 0.3 sec | Passed |
get database should throw exception when the database does not exist | 0.47 sec | Passed |
get database when a database exists | 2.3 sec | Passed |
get function | 0.31 sec | Passed |
get function when database does not exist | 0.24 sec | Passed |
get partition | 0.5 sec | Passed |
get partition when database/table does not exist | 0.3 sec | Passed |
get table | 0.34 sec | Passed |
get table when database/table does not exist | 0.28 sec | Passed |
get tables by name | 0.36 sec | Passed |
get tables by name when contains invalid name | 0.38 sec | Passed |
get tables by name when empty table list | 0.26 sec | Passed |
get tables by name when some tables do not exists | 0.47 sec | Passed |
list databases with pattern | 0.45 sec | Passed |
list databases without pattern | 0.39 sec | Passed |
list functions | 0.32 sec | Passed |
list partition names | 0.45 sec | Passed |
list partition names with partial partition spec | 0.63 sec | Passed |
list partitions by filter | 1.1 sec | Passed |
list partitions with partial partition spec | 0.53 sec | Passed |
list tables with pattern | 0.41 sec | Passed |
list tables without pattern | 0.38 sec | Passed |
rename function | 0.28 sec | Passed |
rename function when database does not exist | 0.28 sec | Passed |
rename function when new function already exists | 0.27 sec | Passed |
rename partitions | 0.71 sec | Passed |
rename partitions should update the location for managed table | 1.2 sec | Passed |
rename partitions when database/table does not exist | 0.34 sec | Passed |
rename partitions when the new partition already exists | 0.42 sec | Passed |
rename table | 0.44 sec | Passed |
rename table when database/table does not exist | 0.28 sec | Passed |
rename table when destination table already exists | 0.37 sec | Passed |
the table type of an external table should be EXTERNAL_TABLE | 0.48 sec | Passed |