blob: f705c2198e7418359f7644dce689d4e4a048b196 [file]
{
"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": ""
}
]
}