Cannot write data with intervals to v2 | 19 ms | Passed |
SPARK-29778: saveAsTable: append mode takes write options | 0.1 sec | Passed |
insertInto: append | 0.2 sec | Passed |
insertInto: append across catalog | 0.16 sec | Passed |
insertInto: append by position | 0.11 sec | Passed |
insertInto: append partitioned table | 0.11 sec | Passed |
insertInto: fails when an extra column is present | 0.1 sec | Passed |
insertInto: fails when missing a column | 83 ms | Passed |
insertInto: overwrite non-partitioned table | 0.12 sec | Passed |
insertInto: overwrite partitioned table in dynamic mode | 0.18 sec | Passed |
insertInto: overwrite partitioned table in dynamic mode by position | 0.15 sec | Passed |
insertInto: overwrite partitioned table in static mode | 0.14 sec | Passed |
insertInto: overwrite partitioned table in static mode by position | 0.16 sec | Passed |
saveAsTable: ignore mode and table doesn't exist => create table | 0.1 sec | Passed |
saveAsTable: ignore mode and table exists => do nothing | 0.12 sec | Passed |
saveAsTable: table doesn't exist => create table | 0.1 sec | Passed |
saveAsTable: table exists => append by name | 0.17 sec | Passed |
saveAsTable: table overwrite and table doesn't exist => create table | 0.12 sec | Passed |
saveAsTable: table overwrite and table exists => replace table | 0.13 sec | Passed |