Skip to content

Commit

Permalink
fix test expectation
Browse files Browse the repository at this point in the history
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
  • Loading branch information
harshit-gangal committed Feb 14, 2025
1 parent 686106c commit 478c59d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/vt/vtgate/planbuilder/testdata/select_cases.json
Original file line number Diff line number Diff line change
Expand Up @@ -1361,6 +1361,7 @@
"comment": "Subquery inside subquery #1",
"query": "select (select (select col from `user` where id = 1) from `user` where id = 1) from `user` where id = 1",
"plan": {
"Type": "Passthrough",
"QueryType": "SELECT",
"Original": "select (select (select col from `user` where id = 1) from `user` where id = 1) from `user` where id = 1",
"Instructions": {
Expand All @@ -1387,6 +1388,7 @@
"comment": "Subquery inside subquery #2",
"query": "select 1 from `user` where id = 1 and 1 = (select (select intcol from `user` where id = 1) from `user` where id = 1)",
"plan": {
"Type": "Passthrough",
"QueryType": "SELECT",
"Original": "select 1 from `user` where id = 1 and 1 = (select (select intcol from `user` where id = 1) from `user` where id = 1)",
"Instructions": {
Expand Down

0 comments on commit 478c59d

Please sign in to comment.