elasticsearch/docs/release-notes
Alexander Spies 8f38b13059
ESQL: Revert "Allow partial results by default in ES|QL (#125060)" (#126286)
This reverts commit 81555cc9d9 from
https://github.com/elastic/elasticsearch/pull/125060.

Fix https://github.com/elastic/elasticsearch/issues/126275

@idegtiarenko and I investigated and believe this needs reverting:
silently dropping results from the query response in case any index is
missing can lead to real problems if users don't spot their mistake. I'm
also not sure if all the results will get dropped, or only from some
nodes/shards/clusters, meaning that this might be hard to spot by users
if only some results get dropped.

The main PR has no transport version bump, no new ESQL capability, and
was merged 15h ago - so it should be safe to just revert it. I noticed
there was a linked Serverless PR on the original PR, but it merely
disabled some obsolete tests on Serverless and doesn't require reverting
itself.
2025-04-05 01:27:13 +11:00
..
breaking-changes.md ESQL: Revert "Allow partial results by default in ES|QL (#125060)" (#126286) 2025-04-05 01:27:13 +11:00
deprecations.md [docs] update release note template language and titles (#125548) 2025-03-25 09:31:22 +01:00
index.md [docs] update release note template language and titles (#125548) 2025-03-25 09:31:22 +01:00
known-issues.md [docs] update release note template language and titles (#125548) 2025-03-25 09:31:22 +01:00
toc.yml [docs] Migrate docs from AsciiDoc to Markdown (#123507) 2025-02-27 17:56:14 +01:00