Cannot write data with intervals to v2 | 28 ms | Passed |
SPARK-29778: saveAsTable: append mode takes write options | 0.3 sec | Passed |
insertInto: append | 0.24 sec | Passed |
insertInto: append across catalog | 0.45 sec | Passed |
insertInto: append by position | 0.2 sec | Passed |
insertInto: append partitioned table | 0.15 sec | Passed |
insertInto: fails when an extra column is present | 0.17 sec | Passed |
insertInto: fails when missing a column | 93 ms | Passed |
insertInto: overwrite non-partitioned table | 0.2 sec | Passed |
insertInto: overwrite partitioned table in dynamic mode | 0.21 sec | Passed |
insertInto: overwrite partitioned table in dynamic mode by position | 0.25 sec | Passed |
insertInto: overwrite partitioned table in static mode | 0.17 sec | Passed |
insertInto: overwrite partitioned table in static mode by position | 0.27 sec | Passed |
saveAsTable: ignore mode and table doesn't exist => create table | 0.2 sec | Passed |
saveAsTable: ignore mode and table exists => do nothing | 0.3 sec | Passed |
saveAsTable: table doesn't exist => create table | 0.24 sec | Passed |
saveAsTable: table exists => append by name | 0.34 sec | Passed |
saveAsTable: table overwrite and table doesn't exist => create table | 0.19 sec | Passed |
saveAsTable: table overwrite and table exists => replace table | 0.37 sec | Passed |