-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
cdc: some expressions cause a nil pointer exception in optbuilder #90418
Comments
cc @cockroachdb/cdc |
Another one:
|
This is bad. I was sure subselects were not allowed
…On Thu, Oct 20, 2022, 8:28 PM Aaron Zinger ***@***.***> wrote:
Another one:
changefeed_test.go:888: WHERE clause (_bool OR EXISTS (SELECT _int8 AS col_344)) caused error pq: could not decorrelate subquery
—
Reply to this email directly, view it on GitHub
<#90418 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANA4FVFEOXBJMV3A6RKVNFLWEHPS7ANCNFSM6AAAAAARKVFRZI>
.
You are receiving this because you are on a team that was mentioned.Message
ID: ***@***.***>
|
I wish we had original table schema around. Trying with simpler "SELECT 1 WHERE EXISTS (SELECT true)" on master seems to work fine. I wonder if we can close this issue. |
I'm not sure if you're still running into the |
I don't think we are running into this... but I maybe wrong.
…On Fri, Jan 20, 2023 at 10:54 AM Marcus Gartner ***@***.***> wrote:
I'm not sure if you're still running into the could not decorrelate
subquery error, but FYI I'm currently working on solving that for all
EXISTS subqueries. It should be resolve in a week or so.
—
Reply to this email directly, view it on GitHub
<#90418 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANA4FVA5FRTJ33UBLDHB2NTWTKYKRANCNFSM6AAAAAARKVFRZI>
.
You are receiving this because you are on a team that was mentioned.Message
ID: ***@***.***>
|
Closing; will reopen if we encounter this again. |
When I found #90416 it was through trying to simplify the following randomly-generated expression:
That expression doesn't crash the database but only because the panic is caught:
Not sure whether to mark this as a GA blocker, but #90416 is and hopefully it'll be the same fix for both anyway.
Jira issue: CRDB-20758
Epic CRDB-17161
The text was updated successfully, but these errors were encountered: