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