Skip to content
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

[ES|QL] Improve "where" filter for null values #183640

Closed
jughosta opened this issue May 16, 2024 · 1 comment · Fixed by #183700
Closed

[ES|QL] Improve "where" filter for null values #183640

jughosta opened this issue May 16, 2024 · 1 comment · Fixed by #183700
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:ES|QL impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. Team:ESQL ES|QL related features in Kibana

Comments

@jughosta
Copy link
Contributor

jughosta commented May 16, 2024

Currently, I am seeing an error when trying to use "+" filter on null value.

The produced result is:

from my* | limit 10
| where `value`==null

Expected:

from my* | limit 10
| where `value` is null

May-16-2024 14-58-17

Similar issue for the "-" filter.

Follow up for #181280

@jughosta jughosta added Feature:ES|QL Team:ESQL ES|QL related features in Kibana labels May 16, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-esql (Team:ESQL)

@stratoula stratoula added bug Fixes for quality problems that affect the customer experience impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. labels May 16, 2024
@stratoula stratoula self-assigned this May 17, 2024
stratoula added a commit that referenced this issue May 17, 2024
## Summary

Closes #183640

Fixes the filtering on null values

### Checklist
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:ES|QL impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. Team:ESQL ES|QL related features in Kibana
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants