From 33aca59e2139e4c14222202238eb055145dad550 Mon Sep 17 00:00:00 2001 From: Luigi Dell'Aquila Date: Mon, 30 Sep 2024 14:30:07 +0200 Subject: [PATCH] ES|QL: Update release notes for #112865 and #112819 --- docs/reference/release-notes/8.15.2.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/release-notes/8.15.2.asciidoc b/docs/reference/release-notes/8.15.2.asciidoc index 7dfd8690109b2..d2853215098cd 100644 --- a/docs/reference/release-notes/8.15.2.asciidoc +++ b/docs/reference/release-notes/8.15.2.asciidoc @@ -15,6 +15,8 @@ ES|QL:: * ES|QL: Fix `ResolvedEnrichPolicy` serialization (bwc) in v 8.15 {es-pull}112985[#112985] (issue: {es-issue}112968[#112968]) * Fix union-types where one index is missing the field {es-pull}111932[#111932] (issue: {es-issue}111912[#111912]) * Support widening of numeric types in union-types {es-pull}112610[#112610] (issue: {es-issue}111277[#111277]) +* Shorten error messages for UnsupportedAttributes {es-pull}112819[#112819] +* Reduce memory footprint of serialized query execution plans {es-pull}112865[#112865] Infra/Core:: * JSON parse failures should be 4xx codes {es-pull}112703[#112703]