| { | |
| "testId": "union", | |
| "type": "group", | |
| "description": "Functional tests to verify correctness of UNION operator", | |
| "submit-type": "jdbc", | |
| "categories": [ | |
| "functional" | |
| ], | |
| "matrices": [ | |
| { | |
| "query-file": ".*.sql", | |
| "schema": "dfs.union", | |
| "output-format": "tsv", | |
| "expected-file": ".*.e_tsv", | |
| "verification-type": [ | |
| "in-memory" | |
| ] | |
| } | |
| ], | |
| "datasources": [ | |
| { | |
| "mode": "cp", | |
| "src": "Datasources/union", | |
| "dest": "union" | |
| } | |
| ] | |
| } | |