-
Notifications
You must be signed in to change notification settings - Fork 6.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
Disable getConstantResultForNonConstArguments for IS NULL with old analyzer #66654
Disable getConstantResultForNonConstArguments for IS NULL with old analyzer #66654
Conversation
This is an automated comment for commit f16a05c with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page
Successful checks
|
Test failure seems related
|
Fuzzer reports look related. E.g:
|
Repro |
Repro fails in with and without the PR. I will make a separate fix. |
…s for IS NULL with old analyzer
…s for IS NULL with old analyzer
Backport #66654 to 24.6: Disable getConstantResultForNonConstArguments for IS NULL with old analyzer
Backport #66654 to 24.5: Disable getConstantResultForNonConstArguments for IS NULL with old analyzer
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fix
Unknown identifier
andColumn is not under aggregate function
errors for queries with the expression(column IS NULL).
The bug was triggered by #65088, with the disabled analyzer only.