-
Notifications
You must be signed in to change notification settings - Fork 25k
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
SQL: Implement NOT behaviour #34848
Labels
Comments
Pinging @elastic/es-search-aggs |
costin
added a commit
to costin/elasticsearch
that referenced
this issue
Oct 25, 2018
Introduce null-safe Painless scripts for Not and Neg Simplify script generation for Unary functions Close elastic#34848
costin
added a commit
that referenced
this issue
Oct 26, 2018
Introduce null-safe Painless scripts for Not and Neg Simplify script generation for Unary functions Close #34848
costin
added a commit
that referenced
this issue
Oct 26, 2018
costin
added a commit
that referenced
this issue
Oct 28, 2018
kcm
pushed a commit
that referenced
this issue
Oct 30, 2018
Introduce null-safe Painless scripts for Not and Neg Simplify script generation for Unary functions Close #34848
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently NOT cannot be used inside 'scripting contexts' (such as
HAVING
) or against native negateable operators.Clearly this needs to be fixed.
Relates #34558 #34680
The text was updated successfully, but these errors were encountered: