AlterTable: SET/DROP NOT NULL | 37 ms | Passed |
AlterTable: add column - new column should not exist | 24 ms | Passed |
AlterTable: add column with NOT NULL | 30 ms | Passed |
AlterTable: add column with comment | 38 ms | Passed |
AlterTable: add column with interval type | 26 ms | Passed |
AlterTable: add column with position | 50 ms | Passed |
AlterTable: add complex column | 26 ms | Passed |
AlterTable: add multiple columns | 27 ms | Passed |
AlterTable: add nested column | 27 ms | Passed |
AlterTable: add nested column parent must exist | 20 ms | Passed |
AlterTable: add nested column to array element | 26 ms | Passed |
AlterTable: add nested column to map key | 28 ms | Passed |
AlterTable: add nested column to map value | 27 ms | Passed |
AlterTable: add nested column with comment | 27 ms | Passed |
AlterTable: add top-level column | 31 ms | Passed |
AlterTable: change rejected by implementation | 32 ms | Passed |
AlterTable: comment update column must exist | 24 ms | Passed |
AlterTable: drop column | 31 ms | Passed |
AlterTable: drop column must exist | 24 ms | Passed |
AlterTable: drop nested column | 31 ms | Passed |
AlterTable: drop nested column in array element | 37 ms | Passed |
AlterTable: drop nested column in map key | 45 ms | Passed |
AlterTable: drop nested column in map value | 34 ms | Passed |
AlterTable: nested comment update column must exist | 22 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 | 25 ms | Passed |
AlterTable: remove table property | 29 ms | Passed |
AlterTable: rename column | 33 ms | Passed |
AlterTable: rename column - new name should not exist | 34 ms | Passed |
AlterTable: rename column must exist | 21 ms | Passed |
AlterTable: rename nested column | 30 ms | Passed |
AlterTable: rename nested column in array element | 28 ms | Passed |
AlterTable: rename nested column in map key | 29 ms | Passed |
AlterTable: rename nested column in map value | 27 ms | Passed |
AlterTable: replace columns | 28 ms | Passed |
AlterTable: set location | 27 ms | Passed |
AlterTable: set partition location | 21 ms | Passed |
AlterTable: set table property | 27 ms | Passed |
AlterTable: table does not exist | 25 ms | Passed |
AlterTable: update column array element type | 32 ms | Passed |
AlterTable: update column comment | 28 ms | Passed |
AlterTable: update column map value type | 42 ms | Passed |
AlterTable: update column must exist | 21 ms | Passed |
AlterTable: update column position | 88 ms | Passed |
AlterTable: update column type int -> long | 24 ms | Passed |
AlterTable: update column type must be compatible | 22 ms | Passed |
AlterTable: update column type to interval | 41 ms | Passed |
AlterTable: update column with array type fails | 22 ms | Passed |
AlterTable: update column with map type fails | 35 ms | Passed |
AlterTable: update column with struct type fails | 24 ms | Passed |
AlterTable: update nested column comment | 34 ms | Passed |
AlterTable: update nested column comment in array | 52 ms | Passed |
AlterTable: update nested column comment in map key | 33 ms | Passed |
AlterTable: update nested column comment in map value | 37 ms | Passed |
AlterTable: update nested type float -> double | 33 ms | Passed |
AlterTable: update nested type in array | 30 ms | Passed |
AlterTable: update nested type in map key | 40 ms | Passed |
AlterTable: update nested type in map value | 36 ms | Passed |
InsertInto: append to partitioned table - static clause | 0.65 sec | Passed |
InsertInto: dynamic PARTITION clause fails with non-partition column | 0.29 sec | Passed |
InsertInto: overwrite - dynamic clause - dynamic mode | 0.77 sec | Passed |
InsertInto: overwrite - dynamic clause - static mode | 0.69 sec | Passed |
InsertInto: overwrite - implicit dynamic partition - dynamic mode | 0.52 sec | Passed |
InsertInto: overwrite - implicit dynamic partition - static mode | 0.53 sec | Passed |
InsertInto: overwrite - missing clause - dynamic mode | 0.71 sec | Passed |
InsertInto: overwrite - missing clause - static mode | 0.6 sec | Passed |
InsertInto: overwrite - mixed clause - dynamic mode | 0.56 sec | Passed |
InsertInto: overwrite - mixed clause - static mode | 0.58 sec | Passed |
InsertInto: overwrite - mixed clause reordered - dynamic mode | 0.52 sec | Passed |
InsertInto: overwrite - mixed clause reordered - static mode | 0.89 sec | Passed |
InsertInto: overwrite - multiple static partitions - dynamic mode | 0.51 sec | Passed |
InsertInto: overwrite - static clause | 0.78 sec | Passed |
InsertInto: static PARTITION clause fails with non-partition column | 0.3 sec | Passed |
InsertInto: when the table doesn't exist | 47 ms | Passed |
SPARK-30814: add column with position referencing new columns being added | 38 ms | Passed |
SPARK-31624: SHOW TBLPROPERTIES working with V2 tables and the session catalog | 0.2 sec | Passed |
do not double insert on INSERT INTO collect() | 0.52 sec | Passed |
insertInto: append | 0.48 sec | Passed |
insertInto: append by position | 0.45 sec | Passed |
insertInto: append partitioned table | 0.45 sec | Passed |
insertInto: fails when an extra column is present | 0.32 sec | Passed |
insertInto: fails when missing a column | 0.28 sec | Passed |
insertInto: overwrite non-partitioned table | 0.45 sec | Passed |
insertInto: overwrite partitioned table in dynamic mode | 0.59 sec | Passed |
insertInto: overwrite partitioned table in dynamic mode by position | 0.53 sec | Passed |
insertInto: overwrite partitioned table in static mode | 0.55 sec | Passed |
insertInto: overwrite partitioned table in static mode by position | 0.53 sec | Passed |
isView doesn't throw an error for specialized identifiers | 60 ms | Passed |
saveAsTable: Append mode should not fail if the table not exists but a same-name temp view exist | 79 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.37 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.41 sec | Passed |
saveAsTable: v2 table - table doesn't exist and default mode (ErrorIfExists) | 0.39 sec | Passed |
saveAsTable: v2 table - table exists | 0.92 sec | Passed |
saveAsTable: v2 table - table overwrite and table doesn't exist | 0.38 sec | Passed |
saveAsTable: v2 table - table overwrite and table exists | 0.44 sec | Passed |