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