-
Notifications
You must be signed in to change notification settings - Fork 3.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
colexec: add support for JSONFetchText binary operator #49470
Comments
Hi, Can I work on this issue |
That would be great! I'll assign the issue to you. |
Thanks, @yuzefovich I think this issue is similar to https://github.com/cockroachdb/cockroach/pull/49818/files. |
Yes, I think the solution will be very similar to #49818. |
What should be expected output for |
No, this means that the old row-by-row engine is used, not the vectorized engine. I think you might be missing a few things. Please take a look at the detailed message here. |
I think it is currently pretty hard to implement due to some infrastructure limitations between the interactions of datum-backed arguments and non-datum-backed result, so I'm removing "good first issue" label and making the issue unassigned. Apologies for mis-triaging the issue initially. |
Hi @yuzefovich, this should be pretty simple to pick and is not blocked by #49780 I think. Can you check it once? |
@haseth I think you're misunderstanding the limitation described by #49780. Currently we are not able to support a case of |
Add support for
JSONFetchText
binary operator. For more details, see #49463.Blocked by #49780.
The text was updated successfully, but these errors were encountered: