Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
124572: opt/bench: fix up recently added query to EndToEnd benchmark r=yuzefovich a=yuzefovich For some reason, the JSON parser is not happy when we're using the placeholders for the JSON type (due to using escape characters somewhere in the driver), so this commit inlines the placeholder values into the query (we already do this for a couple of other queries). Additionally, we forgot to perform the cleanup to avoid duplicate key violations. Fixes: cockroachdb#124526. Release note: None Co-authored-by: Yahor Yuzefovich <[email protected]>
- Loading branch information