insertInto: append | 0.55 sec | Passed |
insertInto: append by position | 0.48 sec | Passed |
insertInto: append partitioned table | 0.45 sec | Passed |
insertInto: fails when an extra column is present | 0.28 sec | Passed |
insertInto: fails when missing a column | 0.27 sec | Passed |
insertInto: overwrite non-partitioned table | 0.47 sec | Passed |
insertInto: overwrite partitioned table in dynamic mode | 0.53 sec | Passed |
insertInto: overwrite partitioned table in dynamic mode by position | 0.46 sec | Passed |
insertInto: overwrite partitioned table in static mode | 0.49 sec | Passed |
insertInto: overwrite partitioned table in static mode by position | 0.52 sec | Passed |
saveAsTable passes path and provider information properly | 57 ms | Passed |
saveAsTable with mode Overwrite should not fail if the table already exists and a same-name temp view exist | 0.28 sec | Passed |
saveAsTable: Append mode should not fail if the table already exists and a same-name temp view exist | 0.28 sec | Passed |
saveAsTable: Append mode should not fail if the table not exists but a same-name temp view exist | 93 ms | Passed |
saveAsTable: Overwrite mode should not drop the temp view if the table not exists but a same-name temp view exist | 58 ms | Passed |
saveAsTable: v2 table - ignore mode and table doesn't exist | 0.41 sec | Passed |
saveAsTable: v2 table - ignore mode and table exists | 0.54 sec | Passed |
saveAsTable: v2 table - table doesn't exist and append mode | 0.37 sec | Passed |
saveAsTable: v2 table - table doesn't exist and default mode (ErrorIfExists) | 0.39 sec | Passed |
saveAsTable: v2 table - table exists | 0.99 sec | Passed |
saveAsTable: v2 table - table overwrite and table doesn't exist | 0.4 sec | Passed |
saveAsTable: v2 table - table overwrite and table exists | 0.45 sec | Passed |