Skip to content

Commit

Permalink
update test expectation
Browse files Browse the repository at this point in the history
Signed-off-by: Harshit Gangal <[email protected]>
  • Loading branch information
harshit-gangal committed Oct 28, 2024
1 parent f20183d commit c0025fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtgate/planbuilder/testdata/select_cases.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"Sharded": true
},
"FieldQuery": "select * from `user` as u, user_metadata as um where 1 != 1",
"Query": "select * from `user` as u, user_metadata as um where foo = 41 and u.id = um.user_id limit 20",
"Query": "select * from `user` as u, user_metadata as um where foo = 41 and u.id = um.user_id limit :__upper_limit",
"Table": "`user`, user_metadata"
}
]
Expand Down

0 comments on commit c0025fd

Please sign in to comment.