SPARK-29778: saveAsTable: append mode takes write options | 0.11 sec | Passed |
insertInto: append | 0.19 sec | Passed |
insertInto: append across catalog | 0.16 sec | Passed |
insertInto: append by position | 0.1 sec | Passed |
insertInto: append partitioned table | 0.1 sec | Passed |
insertInto: fails when an extra column is present | 84 ms | Passed |
insertInto: fails when missing a column | 70 ms | Passed |
insertInto: overwrite non-partitioned table | 0.13 sec | Passed |
insertInto: overwrite partitioned table in dynamic mode | 0.18 sec | Passed |
insertInto: overwrite partitioned table in dynamic mode by position | 0.16 sec | Passed |
insertInto: overwrite partitioned table in static mode | 0.13 sec | Passed |
insertInto: overwrite partitioned table in static mode by position | 0.15 sec | Passed |
saveAsTable: ignore mode and table doesn't exist => create table | 95 ms | Passed |
saveAsTable: ignore mode and table exists => do nothing | 0.15 sec | Passed |
saveAsTable: table doesn't exist => create table | 0.11 sec | Passed |
saveAsTable: table exists => append by name | 0.18 sec | Passed |
saveAsTable: table overwrite and table doesn't exist => create table | 0.1 sec | Passed |
saveAsTable: table overwrite and table exists => replace table | 0.16 sec | Passed |