-
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
ESQL: Fix writing for LOOKUP status #119296
ESQL: Fix writing for LOOKUP status #119296
Conversation
This fixes writing the `status` of the LOOKUP operator. It just wasn't registered. Closes elastic#119086
Pinging @elastic/es-analytical-engine (Team:Analytics) |
Hi @nik9000, I've created a changelog YAML for you. |
This fixes the bug mentioned here: #119086 (comment) But I wasn't able to reproduce the failures. But let's unmute these tests and see what CI does. |
buildkite run Elasticsearch Serverless Checks |
@elasticmachine run Elasticsearch Serverless Checks |
💔 Backport failed
You can use sqren/backport to manually backport by running |
Backport #119320 |
This fixes writing the `status` of the LOOKUP operator. It just wasn't registered. Closes elastic#119086
This fixes writing the
status
of the LOOKUP operator. It just wasn't registered.Closes #119086