|
3 | 3 |
|
4 | 4 | Also see <<breaking-changes-7.9,Breaking changes in 7.9>>. |
5 | 5 |
|
| 6 | +[[known-issues-7.9.3]] |
| 7 | +[discrete] |
| 8 | +=== Known issues |
| 9 | + |
| 10 | +* SQL: If a `WHERE` clause contains at least two relational operators joined by |
| 11 | +`AND`, of which one is a comparison (`<=`, `<`, `>=`, `>`) and another one is |
| 12 | +an inequality (`!=`, `<>`), both against literals or foldable expressions, the |
| 13 | +inequality will be ignored. The workaround is to substitute the inequality |
| 14 | +with a `NOT IN` operator. |
| 15 | ++ |
| 16 | +We have fixed this issue in {es} 7.10.1 and later versions. For more details, |
| 17 | +see {es-issue}65488[#65488]. |
| 18 | + |
6 | 19 | [[bug-7.9.3]] |
7 | 20 | [float] |
8 | 21 | === Bug fixes |
@@ -68,6 +81,19 @@ Infra/Packaging:: |
68 | 81 |
|
69 | 82 | Also see <<breaking-changes-7.9,Breaking changes in 7.9>>. |
70 | 83 |
|
| 84 | +[[known-issues-7.9.2]] |
| 85 | +[discrete] |
| 86 | +=== Known issues |
| 87 | + |
| 88 | +* SQL: If a `WHERE` clause contains at least two relational operators joined by |
| 89 | +`AND`, of which one is a comparison (`<=`, `<`, `>=`, `>`) and another one is |
| 90 | +an inequality (`!=`, `<>`), both against literals or foldable expressions, the |
| 91 | +inequality will be ignored. The workaround is to substitute the inequality |
| 92 | +with a `NOT IN` operator. |
| 93 | ++ |
| 94 | +We have fixed this issue in {es} 7.10.1 and later versions. For more details, |
| 95 | +see {es-issue}65488[#65488]. |
| 96 | + |
71 | 97 | [[deprecation-7.9.2]] |
72 | 98 | [float] |
73 | 99 | === Deprecations |
@@ -164,6 +190,19 @@ Infra/Packaging:: |
164 | 190 |
|
165 | 191 | Also see <<breaking-changes-7.9,Breaking changes in 7.9>>. |
166 | 192 |
|
| 193 | +[[known-issues-7.9.1]] |
| 194 | +[discrete] |
| 195 | +=== Known issues |
| 196 | + |
| 197 | +* SQL: If a `WHERE` clause contains at least two relational operators joined by |
| 198 | +`AND`, of which one is a comparison (`<=`, `<`, `>=`, `>`) and another one is |
| 199 | +an inequality (`!=`, `<>`), both against literals or foldable expressions, the |
| 200 | +inequality will be ignored. The workaround is to substitute the inequality |
| 201 | +with a `NOT IN` operator. |
| 202 | ++ |
| 203 | +We have fixed this issue in {es} 7.10.1 and later versions. For more details, |
| 204 | +see {es-issue}65488[#65488]. |
| 205 | + |
167 | 206 | [[feature-7.9.1]] |
168 | 207 | [float] |
169 | 208 | === New features |
@@ -312,6 +351,15 @@ Full details of the mitigations are in |
312 | 351 | https://github.com/apache/lucene-solr/pull/1779[fix] in Lucene 8.6.2 to |
313 | 352 | deliver in Elasticsearch 7.9.1 that will address this memory leak. |
314 | 353 |
|
| 354 | +* SQL: If a `WHERE` clause contains at least two relational operators joined by |
| 355 | +`AND`, of which one is a comparison (`<=`, `<`, `>=`, `>`) and another one is |
| 356 | +an inequality (`!=`, `<>`), both against literals or foldable expressions, the |
| 357 | +inequality will be ignored. The workaround is to substitute the inequality |
| 358 | +with a `NOT IN` operator. |
| 359 | ++ |
| 360 | +We have fixed this issue in {es} 7.10.1 and later versions. For more details, |
| 361 | +see {es-issue}65488[#65488]. |
| 362 | + |
315 | 363 | [[breaking-7.9.0]] |
316 | 364 | [discrete] |
317 | 365 | === Breaking changes |
|
0 commit comments