blob: a3e8d1658fbda0f4095904eed592093a476e2a70 [file] [log] [blame]
{
"testId": "schema_change_empty_batch_json",
"type": "group",
"description": "Test drill queries involving empty batches for json files",
"submit-type": "jdbc",
"categories": [
"functional"
],
"matrices": [
{
"query-file": ".*.sql",
"schema": "dfs.drillTestDirSchemaChangeEmptyBatch",
"output-format": "tsv",
"expected-file": ".*.e_tsv",
"verification-type": [
"in-memory"
]
}
],
"datasources" : [
{
"mode": "gen",
"src": "Datasources/schema_change_empty_batch/json/setup.sh $DRILL_TESTDATA_DIR",
"dest": ""
},
{
"mode": "post_cp",
"src": "Datasources/schema_change_empty_batch/data/json/part",
"dest": "schema_change_empty_batch/json/part"
},
{
"mode": "post_cp",
"src": "Datasources/schema_change_empty_batch/data/json/partsupp",
"dest": "schema_change_empty_batch/json/partsupp"
},
{
"mode": "post_cp",
"src": "Datasources/schema_change_empty_batch/data/json/empty",
"dest": "schema_change_empty_batch/json/empty"
},
{
"mode": "post_cp",
"src": "Datasources/schema_change_empty_batch/data/json/part_small",
"dest": "schema_change_empty_batch/json/part_small"
}
]
}