read: fallback to V1 relation | 21 ms | Passed |
read: read non-exist table | 2 ms | Passed |
read: read table with custom catalog | 0.2 sec | Passed |
read: read table with custom catalog & namespace | 0.2 sec | Passed |
read: read table without streaming capability support | 6 ms | Passed |
read: stream table API with non-streaming temp view | 9 ms | Passed |
read: stream table API with temp view | 0.22 sec | Passed |
read: table API with file source | 0.66 sec | Passed |
write: write to a managed table | 0.33 sec | Passed |
write: write to a managed table with existing path | 0.39 sec | Passed |
write: write to an external path and create table | 0.4 sec | Passed |
write: write to an external table | 0.38 sec | Passed |
write: write to an external table with existing path | 0.41 sec | Passed |
write: write to non-exist table with custom catalog | 0.25 sec | Passed |
write: write to table with custom catalog & namespace | 0.28 sec | Passed |
write: write to table with custom catalog & no namespace | 0.34 sec | Passed |
write: write to table with default session catalog | 0.28 sec | Passed |
write: write to table with different format shouldn't be allowed | 65 ms | Passed |
write: write to temporary view isn't allowed yet | 45 ms | Passed |
write: write to view shouldn't be allowed | 46 ms | Passed |