Skip to content

Commit d5d9afa

Browse files
committed
breaking changes
1 parent 9bfde01 commit d5d9afa

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/changelog/125060.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ summary: Allow partial results by default in ES|QL
33
area: ES|QL
44
type: breaking
55
issues: []
6+
67
breaking:
78
title: Allow partial results by default in ES|QL
89
area: ES|QL
9-
details: Please describe the details of this change for the release notes. You can
10-
use asciidoc.
11-
impact: Please describe the impact of this change to users
12-
notable: false
10+
details: >-
11+
In earlier versions of {es}, ES|QL would fail the entire query if it encountered any error. ES|QL now returns partial results instead of failing when encountering errors.
12+
13+
impact: >-
14+
Callers should check the `partial_results` flag returned in the response to determine if the result is partial or complete. If returning partial results is not desired, this option can be overridden per request via an `allow_partial_results` parameter in the query URL or globally via the cluster setting `esql.query.allow_partial_results`.
15+
16+
notable: true

0 commit comments

Comments
 (0)