-
Notifications
You must be signed in to change notification settings - Fork 25.7k
ESQL: Extends constant MVs handling with warnings to general binary comparisons #137387
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
ESQL: Extends constant MVs handling with warnings to general binary comparisons #137387
Conversation
|
Pinging @elastic/es-analytical-engine (Team:Analytics) |
|
Hi @astefan, I've created a changelog YAML for you. |
…com/astefan/elasticsearch into MVs_warnings_for_binary_comparisons
…MVs_warnings_for_binary_comparisons
fang-xing-esql
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you @astefan !
bpintea
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
I guess we can now remove the same check in Equals?
💔 Backport failed
You can use sqren/backport to manually backport by running |
Nop, we cannot. The checks have a different order in which they are called and for |
…omparisons (elastic#137387) (cherry picked from commit 5e35a4e)
This is a follow up to #137032 by using the same mechanism, but extended to EsqlBinaryComparison.