Skip to content

Commit 9f851d1

Browse files
committed
Fixes after rebasing on main
1 parent a61bcfb commit 9f851d1

File tree

4 files changed

+59
-2
lines changed

4 files changed

+59
-2
lines changed

x-pack/plugin/esql/src/main/generated/org/elasticsearch/xpack/esql/expression/function/scalar/spatial/StGeohashToGeoShapeFromStringEvaluator.java

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugin/esql/src/main/generated/org/elasticsearch/xpack/esql/expression/function/scalar/spatial/StGeohexToGeoShapeFromStringEvaluator.java

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugin/esql/src/main/generated/org/elasticsearch/xpack/esql/expression/function/scalar/spatial/StGeotileToGeoShapeFromStringEvaluator.java

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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
@@ -101,7 +101,7 @@ setup:
101101
- match: {esql.functions.coalesce: $functions_coalesce}
102102
- gt: {esql.functions.categorize: $functions_categorize}
103103
# Testing for the entire function set isn't feasible, so we just check that we return the correct count as an approximation.
104-
- length: {esql.functions: 137} # check the "sister" test below for a likely update to the same esql.functions length check
104+
- length: {esql.functions: 146} # check the "sister" test below for a likely update to the same esql.functions length check
105105

106106
---
107107
"Basic ESQL usage output (telemetry) non-snapshot version":
@@ -178,4 +178,4 @@ setup:
178178
- gt: {esql.functions.to_long: $functions_to_long}
179179
- match: {esql.functions.coalesce: $functions_coalesce}
180180
- gt: {esql.functions.categorize: $functions_categorize}
181-
- length: {esql.functions: 134} # check the "sister" test above for a likely update to the same esql.functions length check
181+
- length: {esql.functions: 143} # check the "sister" test above for a likely update to the same esql.functions length check

0 commit comments

Comments
 (0)