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: x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/date/DateParse.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -97,8 +97,8 @@ public DateParse(
97
97
valueHint = { "standard" },
98
98
description = "The locale to use when parsing the date, relevant when parsing month names or week days."
99
99
) },
100
-
description = "(Optional) Additional options for date parsing, specifying time zone and locale" +
101
-
"as <<esql-function-named-params,function named parameters>>.",
100
+
description = "(Optional) Additional options for date parsing, specifying time zone and locale"
101
+
+ "as <<esql-function-named-params,function named parameters>>.",
0 commit comments