Skip to content
New issue

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

Bug Report: Query Parsing failing in releaes-14.0 but works in 13.0 and 15.0 #11623

Closed
GuptaManan100 opened this issue Nov 2, 2022 · 1 comment

Comments

@GuptaManan100
Copy link
Member

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

select JSON_EXTRACT(seg_value, JSON_UNQUOTE(JSON_SEARCH(seg_key, 'val1', 'val2')))
from event
limit 1 

Reproduction Steps

Try running the query after connecting to vtgate.

Binary Version

release-14

Operating System and Environment details

All

Log Fragments

No response

@GuptaManan100 GuptaManan100 added Type: Bug Needs Triage This issue needs to be correctly labelled and triaged Component: Query Serving and removed Needs Triage This issue needs to be correctly labelled and triaged labels Nov 2, 2022
@GuptaManan100 GuptaManan100 self-assigned this Nov 2, 2022
@GuptaManan100
Copy link
Member Author

GuptaManan100 commented Nov 2, 2022

The issue was fixed in release-15.0 by the PR #10547, specifically the commit 7d29835, but the fix wasn't backported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant