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
@@ -53,7 +53,7 @@ This happened because the ES|QL driver added a live operator list to the `Driver
53
53
===============
54
54
Calling the `to_lower` or `to_upper` functions with no parameters caused a null pointer exception (NPE), instead of returning a clear error.
55
55
This behavior was a leftover from an older implementation of these functions.
56
-
{es-pull}131917[#131917] resolves the issue and ensures that empty parameter calls now return a proper error message. (issue: {es-issue}131913[#131913])
56
+
{es-pull}131917[#131917] resolves the issue and ensures that empty parameter calls now return the correct error message. (issue: {es-issue}131913[#131913])
57
57
===============
58
58
+
59
59
.Fixes `aggregate_metric_double` decoding and `mv_expand` behavior on multi-index queries
0 commit comments