Skip to content

Commit dd180be

Browse files
authored
ESQL: Fix docs for ROUND_TO (elastic#128382)
The examples included a filter we use for testing by mistake.
1 parent 5b3a4f3 commit dd180be

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

docs/reference/query-languages/esql/_snippets/functions/examples/round_to.md

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

docs/reference/query-languages/esql/kibana/definition/functions/round_to.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/kibana/docs/functions/round_to.md

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

x-pack/plugin/esql/qa/testFixtures/src/main/resources/math.csv-spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,8 +854,8 @@ ROW v = "2025-02-02T01:00:00.543123456Z"::DATE_NANOS
854854
;
855855

856856
roundToBirthWindow
857-
// tag::round_to[]
858857
required_capability: round_to
858+
// tag::round_to[]
859859
FROM employees
860860
| STATS COUNT(*) BY birth_window=ROUND_TO(
861861
birth_date,

0 commit comments

Comments
 (0)