File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -3337,29 +3337,25 @@ func TestSelectWithUnionAll(t *testing.T) {
3337
3337
BindVariables : map [string ]* querypb.BindVariable {
3338
3338
"__vals" : bv1 ,
3339
3339
"vtg1" : bv ,
3340
- "vtg2" : bv ,
3341
3340
},
3342
3341
}, {
3343
3342
Sql : "select id from `user` where id in ::__vals" ,
3344
3343
BindVariables : map [string ]* querypb.BindVariable {
3345
3344
"__vals" : bv1 ,
3346
3345
"vtg1" : bv ,
3347
- "vtg2" : bv ,
3348
3346
},
3349
3347
}}
3350
3348
sbc2WantQueries := []* querypb.BoundQuery {{
3351
3349
Sql : "select id from `user` where id in ::__vals" ,
3352
3350
BindVariables : map [string ]* querypb.BindVariable {
3353
3351
"__vals" : bv2 ,
3354
3352
"vtg1" : bv ,
3355
- "vtg2" : bv ,
3356
3353
},
3357
3354
}, {
3358
3355
Sql : "select id from `user` where id in ::__vals" ,
3359
3356
BindVariables : map [string ]* querypb.BindVariable {
3360
3357
"__vals" : bv2 ,
3361
3358
"vtg1" : bv ,
3362
- "vtg2" : bv ,
3363
3359
},
3364
3360
}}
3365
3361
session := & vtgatepb.Session {
You can’t perform that action at this time.
0 commit comments