github.com/whtcorpsinc/milevadb-prod@v0.0.0-20211104133533-f57f4be3b597/interlock/testdata/executor_suite_in.json (about) 1 [ 2 { 3 "name": "TestSetOperation", 4 "cases": [ 5 "select * from t3 union select * from t1", 6 "select * from t2 union all select * from t1", 7 "select * from t1 except select * from t3", 8 "select * from t1 intersect select * from t2", 9 "select * from t1 union all select * from t2 union all select * from t3", 10 "select * from t1 union all select * from t2 except select * from t3", 11 "select * from t1 intersect select * from t2 intersect select * from t1", 12 "select * from t1 union all select * from t2 intersect select * from t3", 13 "select * from t1 except select * from t2 intersect select * from t3" 14 ] 15 }, 16 { 17 "name": "TestSetOperationOnDiffDefCausType", 18 "cases": [ 19 "select * from t3 union select * from t1", 20 "select * from t2 union all select * from t1", 21 "select * from t1 except select * from t3", 22 "select * from t1 intersect select * from t2", 23 "select * from t1 union all select * from t2 union all select * from t3", 24 "select * from t1 union all select * from t2 except select * from t3", 25 "select * from t1 intersect select * from t2 intersect select * from t1", 26 "select * from t1 union all select * from t2 intersect select * from t3", 27 "select * from t1 except select * from t2 intersect select * from t3" 28 ] 29 } 30 ]