-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Enable pushdown for json_unquote #24415
Comments
@lonng can you provide any additional information about why it was necessary to forbid pushdown of json_unquote to the coprocessor? |
@kolbe I forbade the I am not sure does this inconsistent have been fixed in the last year. So I think we can uncomment the And it's time to take an investigation if the |
The pushdown of json_unquote will be enabled after this PR is merged. |
@guo-shaoge can we demonstrate that this passes any set of tests to verify correctness? Are there any MySQL or MariaDB tests we can adopt? |
We have some tests for json_unquote in copr-test and I verified that these cases are passed. But the test coverage is very small(just 50 SQL). So maybe we should only enable the pushdown on master branch. And add more testing for json_XXX before next release. |
Feature Request
Is your feature request related to a problem? Please describe:
For some reason, 721782d "forbid json unquote push down".
There's no indication of why it was necessary to forbid this or whether there is any feasible fix for the issue. We should address this limitation so that json_unquote can be pushed down.
The text was updated successfully, but these errors were encountered: