You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/release-notes/8.19.1.asciidoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ ES|QL::
35
35
[%collapsible]
36
36
===============
37
37
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.
39
39
{es-pull}131817[#131817] resolves the issue and ensures both equality and hashcode functions are symmetric for these block types.
0 commit comments