Append: basic append | 0.35 sec | Passed |
Append: by name not position | 0.15 sec | Passed |
Append: fail if table does not exist | 3 ms | Passed |
Create: basic behavior | 0.1 sec | Passed |
Create: fail if table already exists | 35 ms | Passed |
Create: identity partitioned table | 0.19 sec | Passed |
Create: partitioned by bucket(4, id) | 0.16 sec | Passed |
Create: partitioned by days(ts) | 0.17 sec | Passed |
Create: partitioned by hours(ts) | 0.18 sec | Passed |
Create: partitioned by months(ts) | 0.11 sec | Passed |
Create: partitioned by years(ts) | 81 ms | Passed |
Create: with property | 0.18 sec | Passed |
Create: with using | 0.1 sec | Passed |
CreateOrReplace: table does not exist | 0.14 sec | Passed |
CreateOrReplace: table exists | 0.28 sec | Passed |
DataFrameWriteV2 encode identifiers correctly | 1.6 sec | Passed |
Overwrite: by name not position | 0.18 sec | Passed |
Overwrite: fail if table does not exist | 21 ms | Passed |
Overwrite: overwrite by expression: id = 3 | 1 sec | Passed |
Overwrite: overwrite by expression: true | 0.58 sec | Passed |
OverwritePartitions: by name not position | 0.14 sec | Passed |
OverwritePartitions: fail if table does not exist | 3 ms | Passed |
OverwritePartitions: overwrite all rows if not partitioned | 0.33 sec | Passed |
OverwritePartitions: overwrite conflicting partitions | 0.37 sec | Passed |
Replace: basic behavior | 0.47 sec | Passed |
Replace: fail if table does not exist | 24 ms | Passed |
Replace: partitioned table | 0.28 sec | Passed |
SPARK-30289 Create: partitioned by multiple transforms on nested columns | 0.11 sec | Passed |
SPARK-30289 Create: partitioned by nested column | 0.37 sec | Passed |
timezone) | 58 ms | Passed |