Skip to content

Commit e8b6411

Browse files
committed
Update query in test case in select_cases.json
Signed-off-by: David Piegza <[email protected]>
1 parent 90f834e commit e8b6411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@
921921
"Sharded": true
922922
},
923923
"FieldQuery": "select id from `user` where 1 != 1",
924-
"Query": "select /* comment */ id from `user` where id > 1 and id < 10",
924+
"Query": "select id from `user` where id > 1 and id < 10",
925925
"Table": "`user`"
926926
},
927927
{

0 commit comments

Comments
 (0)