Skip to content

Commit 518bd9d

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

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
@@ -35,7 +35,7 @@ ES|QL::
3535
[%collapsible]
3636
===============
3737
Inconsistent equality checks caused `constantNullBlock.equals(anyDoubleBlock)` to return false, even when `doubleBlock.equals(constantNullBlock)` returned true.
38-
This asymmetry led to unreliable comparisons and mismatched hashcodes when a ConstantNullBlock was functionally equivalent to other standard blocks.
38+
This asymmetry led to unreliable comparisons and mismatched hashcodes when `ConstantNullBlock` was functionally equivalent to other standard blocks.
3939
{es-pull}131817[#131817] resolves the issue and ensures both equality and hashcode functions are symmetric for these block types.
4040
===============
4141
+

0 commit comments

Comments
 (0)