blob: 75fb49a1bcbf5253c3400afe09489d774217fdcc [file] [log] [blame]
{
"testId": "union_limit0_data",
"type": "limit 0",
"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": [
"in-memory"
]
}
],
"datasources": [
{
"mode": "cp",
"src": "Datasources/union",
"dest": "union"
},
{
"mode": "ddl",
"src": "Datasources/limit0/union/create_union_views.sql",
"dest": ""
}
]
}