-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Incorrect results of ES|QL query for point
field nested in object
#125710
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
Comments
Pinging @elastic/es-analytical-engine (Team:Analytics) |
It seems that something is wrong somewhere in |
@craigtaverner maybe you have a clue already? Otherwise I can try to debug it |
There are tests in #125816 that reproduce this. They are commented out for now. |
The problem seems related specifically to the array format of the point, not necessarily that field being an array.
|
Elasticsearch Version
9.1 and earlier
Installed Plugins
No response
Java Version
bundled
OS Version
Problem Description
If you create a document with an object array and a
point
field using array form inside, it is not possible to use such field in a ES|QL query. Using specifically an array form and having multiple values of the field is crucial for the reproduction. See the steps below. This also applies togeo_point
.Steps to Reproduce
Produces:
But should produce:
Logs (if relevant)
No response
The text was updated successfully, but these errors were encountered: