-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[CI] PushQueriesIT testPushCaseInsensitiveEqualityOnDefaults failing #127431
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
Labels
:Analytics/ES|QL
AKA ESQL
low-risk
An open issue or test failure that is a low risk to future releases
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
>test-failure
Triaged test failures from CI
Comments
elasticsearchmachine
added a commit
that referenced
this issue
Apr 26, 2025
…shCaseInsensitiveEqualityOnDefaults #127431
This has been muted on branch main Mute Reasons:
Build Scans: |
Pinging @elastic/es-analytical-engine (Team:Analytics) |
benchaplin
pushed a commit
to benchaplin/elasticsearch
that referenced
this issue
Apr 28, 2025
…shCaseInsensitiveEqualityOnDefaults elastic#127431
The problem is the case insensitive equals doesn't match the empty string. Checking if that's an ESQL bug or an everything bug. |
nik9000
added a commit
to nik9000/elasticsearch
that referenced
this issue
Apr 29, 2025
This fixes the compute engine side of case insensitive ==. You can trigger it by writing: ``` FROM foo | WHERE TO_LOWER(field) == "" ``` But *only* when we can't push the comparison to lucene - like if `field` is not indexed or is a `text` field. Closes elastic#127431
nik9000
added a commit
that referenced
this issue
Apr 30, 2025
This fixes the compute engine side of case insensitive ==. You can trigger it by writing: ``` FROM foo | WHERE TO_LOWER(field) == "" ``` But *only* when we can't push the comparison to lucene - like if `field` is not indexed or is a `text` field. Closes #127431 * revert mute change * more revert --------- Co-authored-by: elasticsearchmachine <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Analytics/ES|QL
AKA ESQL
low-risk
An open issue or test failure that is a low risk to future releases
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
>test-failure
Triaged test failures from CI
Build Scans:
Reproduction Line:
Applicable branches:
main
Reproduces locally?:
N/A
Failure History:
See dashboard
Failure Message:
Issue Reasons:
Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.
The text was updated successfully, but these errors were encountered: