AlterTable: SET/DROP NOT NULL | 36 ms | Passed |
AlterTable: add column - new column should not exist | 32 ms | Passed |
AlterTable: add column with NOT NULL | 47 ms | Passed |
AlterTable: add column with comment | 26 ms | Passed |
AlterTable: add column with interval type | 22 ms | Passed |
AlterTable: add column with position | 0.13 sec | Passed |
AlterTable: add complex column | 27 ms | Passed |
AlterTable: add multiple columns | 27 ms | Passed |
AlterTable: add nested column | 27 ms | Passed |
AlterTable: add nested column parent must exist | 21 ms | Passed |
AlterTable: add nested column to array element | 28 ms | Passed |
AlterTable: add nested column to map key | 27 ms | Passed |
AlterTable: add nested column to map value | 29 ms | Passed |
AlterTable: add nested column with comment | 29 ms | Passed |
AlterTable: add top-level column | 26 ms | Passed |
AlterTable: change rejected by implementation | 27 ms | Passed |
AlterTable: comment update column must exist | 28 ms | Passed |
AlterTable: drop column | 28 ms | Passed |
AlterTable: drop column must exist | 33 ms | Passed |
AlterTable: drop nested column | 32 ms | Passed |
AlterTable: drop nested column in array element | 37 ms | Passed |
AlterTable: drop nested column in map key | 29 ms | Passed |
AlterTable: drop nested column in map value | 30 ms | Passed |
AlterTable: nested comment update column must exist | 28 ms | Passed |
AlterTable: nested drop column must exist | 28 ms | Passed |
AlterTable: nested rename column must exist | 22 ms | Passed |
AlterTable: nested update column must exist | 21 ms | Passed |
AlterTable: remove table property | 36 ms | Passed |
AlterTable: rename column | 39 ms | Passed |
AlterTable: rename column - new name should not exist | 29 ms | Passed |
AlterTable: rename column must exist | 21 ms | Passed |
AlterTable: rename nested column | 31 ms | Passed |
AlterTable: rename nested column in array element | 27 ms | Passed |
AlterTable: rename nested column in map key | 26 ms | Passed |
AlterTable: rename nested column in map value | 27 ms | Passed |
AlterTable: set location | 28 ms | Passed |
AlterTable: set partition location | 20 ms | Passed |
AlterTable: set table property | 28 ms | Passed |
AlterTable: table does not exist | 23 ms | Passed |
AlterTable: update column array element type | 27 ms | Passed |
AlterTable: update column comment | 30 ms | Passed |
AlterTable: update column map value type | 27 ms | Passed |
AlterTable: update column must exist | 20 ms | Passed |
AlterTable: update column position | 59 ms | Passed |
AlterTable: update column type int -> long | 27 ms | Passed |
AlterTable: update column type must be compatible | 22 ms | Passed |
AlterTable: update column type to interval | 20 ms | Passed |
AlterTable: update column with array type fails | 21 ms | Passed |
AlterTable: update column with map type fails | 21 ms | Passed |
AlterTable: update column with struct type fails | 23 ms | Passed |
AlterTable: update nested column comment | 30 ms | Passed |
AlterTable: update nested column comment in array | 39 ms | Passed |
AlterTable: update nested column comment in map key | 30 ms | Passed |
AlterTable: update nested column comment in map value | 37 ms | Passed |
AlterTable: update nested type float -> double | 28 ms | Passed |
AlterTable: update nested type in array | 27 ms | Passed |
AlterTable: update nested type in map key | 26 ms | Passed |
AlterTable: update nested type in map value | 26 ms | Passed |
InsertInto: append to partitioned table - static clause | 0.6 sec | Passed |
InsertInto: dynamic PARTITION clause fails with non-partition column | 0.24 sec | Passed |
InsertInto: overwrite - dynamic clause - dynamic mode | 0.46 sec | Passed |
InsertInto: overwrite - dynamic clause - static mode | 0.45 sec | Passed |
InsertInto: overwrite - implicit dynamic partition - dynamic mode | 0.47 sec | Passed |
InsertInto: overwrite - implicit dynamic partition - static mode | 0.5 sec | Passed |
InsertInto: overwrite - missing clause - dynamic mode | 0.61 sec | Passed |
InsertInto: overwrite - missing clause - static mode | 0.42 sec | Passed |
InsertInto: overwrite - mixed clause - dynamic mode | 0.57 sec | Passed |
InsertInto: overwrite - mixed clause - static mode | 0.45 sec | Passed |
InsertInto: overwrite - mixed clause reordered - dynamic mode | 0.53 sec | Passed |
InsertInto: overwrite - mixed clause reordered - static mode | 0.43 sec | Passed |
InsertInto: overwrite - multiple static partitions - dynamic mode | 0.51 sec | Passed |
InsertInto: overwrite - static clause | 0.57 sec | Passed |
InsertInto: static PARTITION clause fails with non-partition column | 0.22 sec | Passed |
InsertInto: when the table doesn't exist | 40 ms | Passed |
SPARK-30814: add column with position referencing new columns being added | 40 ms | Passed |
SPARK-31624: SHOW TBLPROPERTIES working with V2 tables and the session catalog | 0.19 sec | Passed |
do not double insert on INSERT INTO collect() | 0.48 sec | Passed |
insertInto: append | 0.48 sec | Passed |
insertInto: append by position | 0.43 sec | Passed |
insertInto: append partitioned table | 0.45 sec | Passed |
insertInto: fails when an extra column is present | 0.25 sec | Passed |
insertInto: fails when missing a column | 0.26 sec | Passed |
insertInto: overwrite non-partitioned table | 0.42 sec | Passed |
insertInto: overwrite partitioned table in dynamic mode | 0.52 sec | Passed |
insertInto: overwrite partitioned table in dynamic mode by position | 0.48 sec | Passed |
insertInto: overwrite partitioned table in static mode | 0.49 sec | Passed |
insertInto: overwrite partitioned table in static mode by position | 0.52 sec | Passed |
isView doesn't throw an error for specialized identifiers | 63 ms | Passed |
saveAsTable: Append mode should not fail if the table not exists but a same-name temp view exist | 67 ms | Passed |
saveAsTable: Overwrite mode should not drop the temp view if the table not exists but a same-name temp view exist | 48 ms | Passed |
saveAsTable: v2 table - ignore mode and table doesn't exist | 0.4 sec | Passed |
saveAsTable: v2 table - ignore mode and table exists | 0.44 sec | Passed |
saveAsTable: v2 table - table doesn't exist and append mode | 0.4 sec | Passed |
saveAsTable: v2 table - table doesn't exist and default mode (ErrorIfExists) | 0.45 sec | Passed |
saveAsTable: v2 table - table exists | 0.85 sec | Passed |
saveAsTable: v2 table - table overwrite and table doesn't exist | 0.41 sec | Passed |
saveAsTable: v2 table - table overwrite and table exists | 0.4 sec | Passed |