| { | |
| "testId": "joins_right_outer", | |
| "type": "group", | |
| "description": "Right outer join tests", | |
| "categories": [ "functional" ], | |
| "matrices": [ | |
| { | |
| "query-file": ".*.sql", | |
| "schema": "dfs.joins", | |
| "output-format": "tsv", | |
| "expected-file": ".*.res", | |
| "verification-type": [ | |
| "in-memory" | |
| ] | |
| } | |
| ], | |
| "datasources": [ | |
| { | |
| "mode": "cp", | |
| "src": "Datasources/joins", | |
| "dest": "joins" | |
| } | |
| ] | |
| } | |