Skip to content

Commit a647f13

Browse files
committed
add back type
1 parent 4a81a09 commit a647f13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

go/vt/vtgate/planbuilder/testdata/select_cases.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,6 +989,7 @@
989989
"comment": "Comments with subquery",
990990
"query": "select /* comment */ user.col from user where id IN (select id from user where id > 1 and id < 10)",
991991
"plan": {
992+
"Type": "Scatter",
992993
"QueryType": "SELECT",
993994
"Original": "select /* comment */ user.col from user where id IN (select id from user where id > 1 and id < 10)",
994995
"Instructions": {
@@ -1012,6 +1013,7 @@
10121013
"comment": "Comments with subquery not merged into a single route",
10131014
"query": "select /* comment */ user.col from user where foo IN (select id from user where id > 1 and id < 10)",
10141015
"plan": {
1016+
"Type": "Complex",
10151017
"QueryType": "SELECT",
10161018
"Original": "select /* comment */ user.col from user where foo IN (select id from user where id > 1 and id < 10)",
10171019
"Instructions": {

0 commit comments

Comments
 (0)