Skip to content

Commit 8145a7c

Browse files
Update docs/reference/release-notes/8.19.1.asciidoc
Co-authored-by: Vlada Chirmicci <[email protected]>
1 parent 374891e commit 8145a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/release-notes/8.19.1.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This behavior was a result of an older implementation of these functions.
6161
===============
6262
Sorting across multiple indices failed when one index contained an `aggregate_metric_double` field and another did not.
6363
In this case, the missing field was encoded as `NullBlock` but later incorrectly decoded as `AggregateMetricDoubleBlock`, which expects four values. This mismatch caused decoding errors.
64-
{es-pull}131658[#131658] resolves the issue and also improves mv_expand by returning the input block unchanged for unsupported AggregateMetricDoubleBlock values, avoiding unnecessary errors.
64+
{es-pull}131658[#131658] resolves the issue and also improves `mv_expand` by returning the input block unchanged for unsupported `AggregateMetricDoubleBlock` values, avoiding unnecessary errors.
6565
===============
6666
+
6767
.Fixes incorrect `ingest_took` value when combining bulk responses

0 commit comments

Comments
 (0)