Skip to content

Commit ce0a6b4

Browse files
author
Gal (Windows)
committed
Hunting down CI failures #1
1 parent 33b50ab commit ce0a6b4

File tree

3 files changed

+4
-23
lines changed

3 files changed

+4
-23
lines changed

docs/reference/esql/functions/string-functions.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
// tag::string_list[]
1111
* <<esql-bit_length>>
12+
* <<esql-byte_length>>
1213
* <<esql-concat>>
1314
* <<esql-ends_with>>
1415
* <<esql-from_base64>>
@@ -32,6 +33,7 @@
3233
// end::string_list[]
3334

3435
include::layout/bit_length.asciidoc[]
36+
include::layout/byte_length.asciidoc[]
3537
include::layout/concat.asciidoc[]
3638
include::layout/ends_with.asciidoc[]
3739
include::layout/from_base64.asciidoc[]

docs/reference/sql/functions/string.asciidoc

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -47,27 +47,6 @@ BIT_LENGTH(string_exp) <1>
4747
include-tagged::{sql-specs}/docs/docs.csv-spec[stringBitLength]
4848
--------------------------------------------------
4949

50-
[[sql-functions-string-byte-length]]
51-
==== `BYTE_LENGTH`
52-
53-
.Synopsis:
54-
[source, sql]
55-
--------------------------------------------------
56-
BYTE_LENGTH(string_exp) <1>
57-
--------------------------------------------------
58-
*Input*:
59-
60-
<1> string expression. If `null`, the function returns `null`.
61-
62-
*Output*: integer
63-
64-
*Description*: Returns the length in bytes of the `string_exp` input expression.
65-
66-
[source, sql]
67-
--------------------------------------------------
68-
include-tagged::{sql-specs}/docs/docs.csv-spec[stringByteLength]
69-
--------------------------------------------------
70-
7150
[[sql-functions-string-char]]
7251
==== `CHAR`
7352

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ setup:
9191
- match: {esql.functions.cos: $functions_cos}
9292
- gt: {esql.functions.to_long: $functions_to_long}
9393
- match: {esql.functions.coalesce: $functions_coalesce}
94-
- length: {esql.functions: 119} # check the "sister" test below for a likely update to the same esql.functions length check
94+
- length: {esql.functions: 120} # check the "sister" test below for a likely update to the same esql.functions length check
9595

9696
---
9797
"Basic ESQL usage output (telemetry) non-snapshot version":
@@ -162,4 +162,4 @@ setup:
162162
- match: {esql.functions.cos: $functions_cos}
163163
- gt: {esql.functions.to_long: $functions_to_long}
164164
- match: {esql.functions.coalesce: $functions_coalesce}
165-
- length: {esql.functions: 116} # check the "sister" test above for a likely update to the same esql.functions length check
165+
- length: {esql.functions: 117} # check the "sister" test above for a likely update to the same esql.functions length check

0 commit comments

Comments
 (0)