Skip to content

Commit 4251fde

Browse files
Update docs/reference/release-notes/8.19.1.asciidoc
Co-authored-by: Vlada Chirmicci <[email protected]>
1 parent f43f349 commit 4251fde

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
@@ -60,7 +60,7 @@ This behavior was a leftover from an older implementation of these functions.
6060
[%collapsible]
6161
===============
6262
Sorting across multiple indices failed when one index contained an `aggregate_metric_double` field and another did not.
63-
In this case, the missing field was encoded as a NullBlock but later incorrectly decoded as an AggregateMetricDoubleBlock, which expects four values. This mismatch caused decoding errors.
63+
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.
6464
{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
+

0 commit comments

Comments
 (0)