Commit 151b3f2
authored
ESQL: Throw ISE instead of IAE for illegal block in page (elastic#128960) (elastic#129038)
IAE gets reported as a 400 status code, but that's inappropriate when
inconsistent pages are always bugs, and should be reported with a 500.
Throw ISE instead.1 parent 12f80fa commit 151b3f2
File tree
2 files changed
+6
-1
lines changed- docs/changelog
- x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/data
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments