) | 0 ms | Passed |
) and COMMENT | 1 ms | Passed |
CACHE TABLE | 10 ms | Passed |
CREATE FUNCTION | 48 ms | Passed |
DESCRIBE FUNCTION | 8 ms | Passed |
DROP FUNCTION | 6 ms | Passed |
Duplicate clauses - create/replace table | 6 ms | Passed |
LOAD DATA INTO table | 5 ms | Passed |
MSCK REPAIR TABLE | 3 ms | Passed |
REFRESH TABLE | 2 ms | Passed |
SHOW CREATE table | 4 ms | Passed |
SHOW FUNCTIONS | 12 ms | Passed |
SHOW PARTITIONS | 6 ms | Passed |
SHOW TBLPROPERTIES table | 9 ms | Passed |
SPARK-17328 Fix NPE with EXPLAIN DESCRIBE TABLE | 18 ms | Passed |
TRUNCATE table | 4 ms | Passed |
Test CTAS against native tables | 12 ms | Passed |
UNCACHE TABLE | 3 ms | Passed |
alter table/view: rename table/view | 4 ms | Passed |
alter table: SET/DROP NOT NULL | 1 ms | Passed |
alter table: SerDe properties | 18 ms | Passed |
alter table: add column | 8 ms | Passed |
alter table: add column with COLUMNS | 1 ms | Passed |
alter table: add column with COMMENT | 0 ms | Passed |
alter table: add column with nested column name | 1 ms | Passed |
alter table: add column with position | 4 ms | Passed |
alter table: add multiple columns | 1 ms | Passed |
alter table: add multiple columns with nested column name | 1 ms | Passed |
alter table: add non-nullable column | 0 ms | Passed |
alter table: add partition | 7 ms | Passed |
alter table: alter table properties | 3 ms | Passed |
alter table: drop column | 6 ms | Passed |
alter table: drop multiple columns | 4 ms | Passed |
alter table: drop partition | 7 ms | Passed |
alter table: hive style | 8 ms | Passed |
alter table: mutiple property changes are not allowed | 3 ms | Passed |
alter table: recover partitions | 3 ms | Passed |
alter table: rename column | 4 ms | Passed |
alter table: rename partition | 6 ms | Passed |
alter table: set location | 9 ms | Passed |
alter table: update column comment | 1 ms | Passed |
alter table: update column position | 1 ms | Passed |
alter table: update column type | 1 ms | Passed |
alter table: update column type using ALTER | 4 ms | Passed |
alter view: AS Query | 7 ms | Passed |
alter view: add partition (not supported) | 1 ms | Passed |
alter view: alter view properties | 7 ms | Passed |
analyze table column statistics | 7 ms | Passed |
analyze table statistics | 6 ms | Passed |
comment on | 22 ms | Passed |
create namespace - property values must be set | 3 ms | Passed |
create namespace - support for other types in PROPERTIES | 1 ms | Passed |
create namespace -- backward compatibility with DATABASE/DBPROPERTIES | 11 ms | Passed |
create namespace -- check duplicates | 2 ms | Passed |
create namespace -- either PROPERTIES or DBPROPERTIES is allowed | 1 ms | Passed |
create table - without using | -1 ms | Skipped |
create view - duplicate clauses | 3 ms | Passed |
create view - full | 13 ms | Passed |
create view -- basic | 17 ms | Passed |
create view -- partitioned view | 3 ms | Passed |
create/replace table - byte length literal table name | 3 ms | Passed |
create/replace table - partitioned by transforms | 32 ms | Passed |
create/replace table - with IF NOT EXISTS | 2 ms | Passed |
create/replace table - with bucket | 11 ms | Passed |
create/replace table - with comment | 3 ms | Passed |
create/replace table - with location | 5 ms | Passed |
create/replace table - with partitioned by | 17 ms | Passed |
create/replace table - with table properties | 10 ms | Passed |
create/replace table using - schema | 30 ms | Passed |
delete from table: columns aliases is not allowed | 3 ms | Passed |
delete from table: delete all | 4 ms | Passed |
delete from table: with alias and where clause | 3 ms | Passed |
describe database | 4 ms | Passed |
describe table column | 12 ms | Passed |
drop namespace | 6 ms | Passed |
drop table | 5 ms | Passed |
drop view | 4 ms | Passed |
insert table: append from another catalog | 2 ms | Passed |
insert table: append with partition | 3 ms | Passed |
insert table: basic append | 12 ms | Passed |
insert table: if not exists with dynamic partition fails | 3 ms | Passed |
insert table: if not exists without overwrite fails | 2 ms | Passed |
insert table: overwrite | 7 ms | Passed |
insert table: overwrite with partition | 2 ms | Passed |
insert table: overwrite with partition if not exists | 2 ms | Passed |
merge into table: at most one not matched clause | 5 ms | Passed |
merge into table: at most two matched clauses | 5 ms | Passed |
merge into table: basic | 22 ms | Passed |
merge into table: columns aliases are not allowed | 9 ms | Passed |
merge into table: cte | 9 ms | Passed |
merge into table: no additional condition | 4 ms | Passed |
merge into table: star | 4 ms | Passed |
merge into table: the first matched clause must have a condition if there's a second | 4 ms | Passed |
merge into table: there can be only a single use DELETE or UPDATE | 7 ms | Passed |
merge into table: there must be a when (not) matched condition | 4 ms | Passed |
merge into table: using subquery | 4 ms | Passed |
set namespace location | 4 ms | Passed |
set namespace properties | 14 ms | Passed |
show columns | 5 ms | Passed |
show current namespace | 2 ms | Passed |
show databases: FROM/IN operator is not allowed | 2 ms | Passed |
show databases: basic | 5 ms | Passed |
show namespaces | 2 ms | Passed |
show table extended | 8 ms | Passed |
show tables | 9 ms | Passed |
show views | 10 ms | Passed |
support for other types in OPTIONS | 6 ms | Passed |
update table: basic | 11 ms | Passed |
update table: columns aliases is not allowed | 2 ms | Passed |
update table: with alias and where clause | 3 ms | Passed |