AlterTable: SET/DROP NOT NULL | 55 ms | Passed |
AlterTable: add column - new column should not exist | 39 ms | Passed |
AlterTable: add column with NOT NULL | 39 ms | Passed |
AlterTable: add column with comment | 42 ms | Passed |
AlterTable: add column with interval type | 43 ms | Passed |
AlterTable: add column with position | 67 ms | Passed |
AlterTable: add complex column | 34 ms | Passed |
AlterTable: add multiple columns | 33 ms | Passed |
AlterTable: add nested column | 40 ms | Passed |
AlterTable: add nested column parent must exist | 30 ms | Passed |
AlterTable: add nested column to array element | 40 ms | Passed |
AlterTable: add nested column to map key | 40 ms | Passed |
AlterTable: add nested column to map value | 39 ms | Passed |
AlterTable: add nested column with comment | 33 ms | Passed |
AlterTable: add top-level column | 39 ms | Passed |
AlterTable: change rejected by implementation | 37 ms | Passed |
AlterTable: comment update column must exist | 24 ms | Passed |
AlterTable: drop column | 36 ms | Passed |
AlterTable: drop column must exist | 28 ms | Passed |
AlterTable: drop nested column | 44 ms | Passed |
AlterTable: drop nested column in array element | 35 ms | Passed |
AlterTable: drop nested column in map key | 49 ms | Passed |
AlterTable: drop nested column in map value | 68 ms | Passed |
AlterTable: nested comment update column must exist | 35 ms | Passed |
AlterTable: nested drop column must exist | 42 ms | Passed |
AlterTable: nested rename column must exist | 23 ms | Passed |
AlterTable: nested update column must exist | 24 ms | Passed |
AlterTable: remove table property | 34 ms | Passed |
AlterTable: rename column | 37 ms | Passed |
AlterTable: rename column - new name should not exist | 39 ms | Passed |
AlterTable: rename column must exist | 26 ms | Passed |
AlterTable: rename nested column | 40 ms | Passed |
AlterTable: rename nested column in array element | 43 ms | Passed |
AlterTable: rename nested column in map key | 68 ms | Passed |
AlterTable: rename nested column in map value | 38 ms | Passed |
AlterTable: replace columns | 38 ms | Passed |
AlterTable: set location | 37 ms | Passed |
AlterTable: set partition location | 25 ms | Passed |
AlterTable: set table property | 42 ms | Passed |
AlterTable: table does not exist | 32 ms | Passed |
AlterTable: update column array element type | 36 ms | Passed |
AlterTable: update column comment | 29 ms | Passed |
AlterTable: update column map value type | 45 ms | Passed |
AlterTable: update column must exist | 27 ms | Passed |
AlterTable: update column position | 86 ms | Passed |
AlterTable: update column type int -> long | 37 ms | Passed |
AlterTable: update column type must be compatible | 20 ms | Passed |
AlterTable: update column type to interval | 26 ms | Passed |
AlterTable: update column with array type fails | 29 ms | Passed |
AlterTable: update column with map type fails | 31 ms | Passed |
AlterTable: update column with struct type fails | 39 ms | Passed |
AlterTable: update nested column comment | 39 ms | Passed |
AlterTable: update nested column comment in array | 35 ms | Passed |
AlterTable: update nested column comment in map key | 52 ms | Passed |
AlterTable: update nested column comment in map value | 32 ms | Passed |
AlterTable: update nested type float -> double | 35 ms | Passed |
AlterTable: update nested type in array | 34 ms | Passed |
AlterTable: update nested type in map key | 43 ms | Passed |
AlterTable: update nested type in map value | 55 ms | Passed |
InsertInto: append to partitioned table - static clause | 2.6 sec | Passed |
InsertInto: dynamic PARTITION clause fails with non-partition column | 0.22 sec | Passed |
InsertInto: overwrite - dynamic clause - dynamic mode | 0.55 sec | Passed |
InsertInto: overwrite - dynamic clause - static mode | 0.84 sec | Passed |
InsertInto: overwrite - implicit dynamic partition - dynamic mode | 0.99 sec | Passed |
InsertInto: overwrite - implicit dynamic partition - static mode | 0.64 sec | Passed |
InsertInto: overwrite - missing clause - dynamic mode | 0.52 sec | Passed |
InsertInto: overwrite - missing clause - static mode | 0.55 sec | Passed |
InsertInto: overwrite - mixed clause - dynamic mode | 0.52 sec | Passed |
InsertInto: overwrite - mixed clause - static mode | 0.59 sec | Passed |
InsertInto: overwrite - mixed clause reordered - dynamic mode | 1.1 sec | Passed |
InsertInto: overwrite - mixed clause reordered - static mode | 0.56 sec | Passed |
InsertInto: overwrite - multiple static partitions - dynamic mode | 0.53 sec | Passed |
InsertInto: overwrite - static clause | 0.57 sec | Passed |
InsertInto: static PARTITION clause fails with non-partition column | 0.47 sec | Passed |
InsertInto: when the table doesn't exist | 94 ms | Passed |
SPARK-30814: add column with position referencing new columns being added | 49 ms | Passed |
SPARK-31624: SHOW TBLPROPERTIES working with V2 tables and the session catalog | 0.18 sec | Passed |
do not double insert on INSERT INTO collect() | 0.6 sec | Passed |
insertInto: append | 0.57 sec | Passed |
insertInto: append by position | 0.44 sec | Passed |
insertInto: append partitioned table | 0.55 sec | Passed |
insertInto: fails when an extra column is present | 0.28 sec | Passed |
insertInto: fails when missing a column | 0.3 sec | Passed |
insertInto: overwrite non-partitioned table | 0.48 sec | Passed |
insertInto: overwrite partitioned table in dynamic mode | 0.64 sec | Passed |
insertInto: overwrite partitioned table in dynamic mode by position | 0.61 sec | Passed |
insertInto: overwrite partitioned table in static mode | 0.52 sec | Passed |
insertInto: overwrite partitioned table in static mode by position | 0.61 sec | Passed |
isView doesn't throw an error for specialized identifiers | 73 ms | Passed |
saveAsTable: Append mode should not fail if the table not exists but a same-name temp view exist | 60 ms | Passed |
saveAsTable: Overwrite mode should not drop the temp view if the table not exists but a same-name temp view exist | 58 ms | Passed |
saveAsTable: v2 table - ignore mode and table doesn't exist | 0.38 sec | Passed |
saveAsTable: v2 table - ignore mode and table exists | 0.47 sec | Passed |
saveAsTable: v2 table - table doesn't exist and append mode | 0.35 sec | Passed |
saveAsTable: v2 table - table doesn't exist and default mode (ErrorIfExists) | 0.54 sec | Passed |
saveAsTable: v2 table - table exists | 1 sec | Passed |
saveAsTable: v2 table - table overwrite and table doesn't exist | 0.49 sec | Passed |
saveAsTable: v2 table - table overwrite and table exists | 0.41 sec | Passed |