AlterTable: SET/DROP NOT NULL | 55 ms | Passed |
AlterTable: add column - new column should not exist | 43 ms | Passed |
AlterTable: add column with NOT NULL | 39 ms | Passed |
AlterTable: add column with comment | 33 ms | Passed |
AlterTable: add column with interval type | 28 ms | Passed |
AlterTable: add column with position | 70 ms | Passed |
AlterTable: add complex column | 36 ms | Passed |
AlterTable: add multiple columns | 41 ms | Passed |
AlterTable: add nested column | 38 ms | Passed |
AlterTable: add nested column parent must exist | 31 ms | Passed |
AlterTable: add nested column to array element | 44 ms | Passed |
AlterTable: add nested column to map key | 32 ms | Passed |
AlterTable: add nested column to map value | 43 ms | Passed |
AlterTable: add nested column with comment | 53 ms | Passed |
AlterTable: add top-level column | 37 ms | Passed |
AlterTable: change rejected by implementation | 35 ms | Passed |
AlterTable: comment update column must exist | 29 ms | Passed |
AlterTable: drop column | 27 ms | Passed |
AlterTable: drop column must exist | 21 ms | Passed |
AlterTable: drop nested column | 43 ms | Passed |
AlterTable: drop nested column in array element | 28 ms | Passed |
AlterTable: drop nested column in map key | 38 ms | Passed |
AlterTable: drop nested column in map value | 33 ms | Passed |
AlterTable: nested comment update column must exist | 26 ms | Passed |
AlterTable: nested drop column must exist | 21 ms | Passed |
AlterTable: nested rename column must exist | 21 ms | Passed |
AlterTable: nested update column must exist | 28 ms | Passed |
AlterTable: remove table property | 41 ms | Passed |
AlterTable: rename column | 31 ms | Passed |
AlterTable: rename column - new name should not exist | 28 ms | Passed |
AlterTable: rename column must exist | 25 ms | Passed |
AlterTable: rename nested column | 37 ms | Passed |
AlterTable: rename nested column in array element | 47 ms | Passed |
AlterTable: rename nested column in map key | 56 ms | Passed |
AlterTable: rename nested column in map value | 38 ms | Passed |
AlterTable: replace columns | 47 ms | Passed |
AlterTable: set location | 35 ms | Passed |
AlterTable: set partition location | 23 ms | Passed |
AlterTable: set table property | 40 ms | Passed |
AlterTable: table does not exist | 29 ms | Passed |
AlterTable: update column array element type | 29 ms | Passed |
AlterTable: update column comment | 82 ms | Passed |
AlterTable: update column map value type | 77 ms | Passed |
AlterTable: update column must exist | 62 ms | Passed |
AlterTable: update column position | 96 ms | Passed |
AlterTable: update column type int -> long | 42 ms | Passed |
AlterTable: update column type must be compatible | 29 ms | Passed |
AlterTable: update column type to interval | 32 ms | Passed |
AlterTable: update column with array type fails | 28 ms | Passed |
AlterTable: update column with map type fails | 45 ms | Passed |
AlterTable: update column with struct type fails | 27 ms | Passed |
AlterTable: update nested column comment | 35 ms | Passed |
AlterTable: update nested column comment in array | 45 ms | Passed |
AlterTable: update nested column comment in map key | 40 ms | Passed |
AlterTable: update nested column comment in map value | 40 ms | Passed |
AlterTable: update nested type float -> double | 39 ms | Passed |
AlterTable: update nested type in array | 57 ms | Passed |
AlterTable: update nested type in map key | 50 ms | Passed |
AlterTable: update nested type in map value | 38 ms | Passed |
InsertInto: append to partitioned table - static clause | 0.51 sec | Passed |
InsertInto: dynamic PARTITION clause fails with non-partition column | 0.21 sec | Passed |
InsertInto: overwrite - dynamic clause - dynamic mode | 0.48 sec | Passed |
InsertInto: overwrite - dynamic clause - static mode | 0.44 sec | Passed |
InsertInto: overwrite - implicit dynamic partition - dynamic mode | 0.62 sec | Passed |
InsertInto: overwrite - implicit dynamic partition - static mode | 0.56 sec | Passed |
InsertInto: overwrite - missing clause - dynamic mode | 0.44 sec | Passed |
InsertInto: overwrite - missing clause - static mode | 0.49 sec | Passed |
InsertInto: overwrite - mixed clause - dynamic mode | 0.62 sec | Passed |
InsertInto: overwrite - mixed clause - static mode | 0.51 sec | Passed |
InsertInto: overwrite - mixed clause reordered - dynamic mode | 0.59 sec | Passed |
InsertInto: overwrite - mixed clause reordered - static mode | 0.47 sec | Passed |
InsertInto: overwrite - multiple static partitions - dynamic mode | 0.58 sec | Passed |
InsertInto: overwrite - static clause | 0.7 sec | Passed |
InsertInto: static PARTITION clause fails with non-partition column | 0.24 sec | Passed |
InsertInto: when the table doesn't exist | 41 ms | Passed |
SPARK-30814: add column with position referencing new columns being added | 54 ms | Passed |
SPARK-31624: SHOW TBLPROPERTIES working with V2 tables and the session catalog | 0.32 sec | Passed |
do not double insert on INSERT INTO collect() | 0.57 sec | Passed |
insertInto: append | 0.52 sec | Passed |
insertInto: append by position | 0.57 sec | Passed |
insertInto: append partitioned table | 0.49 sec | Passed |
insertInto: fails when an extra column is present | 0.51 sec | Passed |
insertInto: fails when missing a column | 0.3 sec | Passed |
insertInto: overwrite non-partitioned table | 0.52 sec | Passed |
insertInto: overwrite partitioned table in dynamic mode | 0.78 sec | Passed |
insertInto: overwrite partitioned table in dynamic mode by position | 0.69 sec | Passed |
insertInto: overwrite partitioned table in static mode | 0.56 sec | Passed |
insertInto: overwrite partitioned table in static mode by position | 0.58 sec | Passed |
isView doesn't throw an error for specialized identifiers | 78 ms | Passed |
saveAsTable: Append mode should not fail if the table not exists but a same-name temp view exist | 75 ms | Passed |
saveAsTable: Overwrite mode should not drop the temp view if the table not exists but a same-name temp view exist | 66 ms | Passed |
saveAsTable: v2 table - ignore mode and table doesn't exist | 0.48 sec | Passed |
saveAsTable: v2 table - ignore mode and table exists | 0.65 sec | Passed |
saveAsTable: v2 table - table doesn't exist and append mode | 0.42 sec | Passed |
saveAsTable: v2 table - table doesn't exist and default mode (ErrorIfExists) | 0.53 sec | Passed |
saveAsTable: v2 table - table exists | 1 sec | Passed |
saveAsTable: v2 table - table overwrite and table doesn't exist | 0.5 sec | Passed |
saveAsTable: v2 table - table overwrite and table exists | 0.5 sec | Passed |