Files
doris/regression-test/data/load_p0/stream_load/simple_json.json
Yongqiang YANG ff1971f916 [improvement](test) add dryRun option and group all cases into either p0 or p1 (#11576)
1. add dryRun option to list tests
2. group all cases into p0 p1 p2
2022-08-17 22:45:53 +08:00

12 lines
512 B
JSON

[
{"id": 1, "city": "beijing", "code": 2345671},
{"id": 2, "city": "shanghai", "code": 2345672},
{"id": 3, "city": "guangzhou", "code": 2345673},
{"id": 4, "city": "shenzhen", "code": 2345674},
{"id": 5, "city": "hangzhou", "code": 2345675},
{"id": 6, "city": "nanjing", "code": 2345676},
{"id": 7, "city": "wuhan", "code": 2345677},
{"id": 8, "city": "chengdu", "code": 2345678},
{"id": 9, "city": "xian", "code": 2345679},
{"id": 10, "city": "hefei", "code": 23456710}
]