We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The parsing of the following query fails in release-14.0 but was supported in 13.0 and also works in 15.0
select JSON_EXTRACT(seg_value, JSON_UNQUOTE(JSON_SEARCH(seg_key, 'val1', 'val2'))) from event limit 1
Try running the query after connecting to vtgate.
release-14
All
No response
The text was updated successfully, but these errors were encountered:
The issue was fixed in release-15.0 by the PR #10547, specifically the commit 7d29835, but the fix wasn't backported.
Sorry, something went wrong.
GuptaManan100
No branches or pull requests
Overview of the Issue
The parsing of the following query fails in release-14.0 but was supported in 13.0 and also works in 15.0
Reproduction Steps
Try running the query after connecting to vtgate.
Binary Version
Operating System and Environment details
Log Fragments
No response
The text was updated successfully, but these errors were encountered: