Skip to content

Commit 0bd351f

Browse files
Fix wording
1 parent b72be71 commit 0bd351f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/release-notes/known-issues.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,11 @@ This issue will be fixed in a future patch release (see [PR #126990](https://git
5050
POST /_watcher/_start
5151
```
5252
53-
* A bug in ES|QL STATS command may lead to wrong results. The bug only happens in a very specific case, ie. with `STATS ... BY keyword1, keyword2`:
54-
exactly two grouping fields, both keywords, where the first field has high cardinality (more than 65k distinct values).
53+
* A bug in the ES|QL STATS command may yield incorrect results. The bug only happens in very specific cases that follow this pattern: `STATS ... BY keyword1, keyword2`, i.e. the command must have exactly two grouping fields, both keywords, where the first field has high cardinality (more than 65k distinct values).
5554
56-
The issue is described in detail in [this issue](https://github.com/elastic/elasticsearch/issues/130644).
57-
The problem was introduced in 8.16.0 and [fixed](https://github.com/elastic/elasticsearch/pull/130705) in 8.17.9, 8.18.7, 9.0.4,
55+
The bug is described in detail in [this issue](https://github.com/elastic/elasticsearch/issues/130644).
56+
The problem was introduced in 8.16.0 and [fixed](https://github.com/elastic/elasticsearch/pull/130705) in 8.17.9, 8.18.7, 9.0.4.
5857
59-
Possible work-arounds are:
58+
Possible workarounds include:
6059
* switching the order of the grouping keys (eg. `STATS ... BY keyword2, keyword1`, if the `keyword2` has a lower cardinality)
61-
* reducing the grouping key cardinality, filtering out values before STATS.
60+
* reducing the grouping key cardinality, by filtering out values before STATS

0 commit comments

Comments
 (0)