Skip to content

Commit fc78e02

Browse files
authored
Links solved bugs to class cast exception changelog and unmutes errors (#139340)
1 parent cba3128 commit fc78e02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/changelog/137511.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ pr: 137511
22
summary: Fixes esql class cast bug in STATS at planning level
33
area: ES|QL
44
type: bug
5-
issues: []
5+
issues:
6+
- 133992
7+
- 136598

x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/generative/GenerativeRestTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ public abstract class GenerativeRestTest extends ESRestTestCase implements Query
6868
"The incoming YAML document exceeds the limit:", // still to investigate, but it seems to be specific to the test framework
6969
"Data too large", // Circuit breaker exceptions eg. https://github.com/elastic/elasticsearch/issues/130072
7070
"long overflow", // https://github.com/elastic/elasticsearch/issues/135759
71-
"cannot be cast to class", // https://github.com/elastic/elasticsearch/issues/133992
7271
"can't find input for", // https://github.com/elastic/elasticsearch/issues/136596
73-
"unexpected byte", // https://github.com/elastic/elasticsearch/issues/136598
7472
"out of bounds for length", // https://github.com/elastic/elasticsearch/issues/136851
7573
"optimized incorrectly due to missing references", // https://github.com/elastic/elasticsearch/issues/138231
7674
"Potential cycle detected", // https://github.com/elastic/elasticsearch/issues/138346

0 commit comments

Comments
 (0)