Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
not-napoleon committed Dec 11, 2024
1 parent 9dfc55c commit 5dc7e72
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 7 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions docs/reference/esql/functions/kibana/definition/bucket.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/esql/functions/kibana/definition/term.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/reference/esql/functions/kibana/docs/term.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/reference/esql/functions/types/bucket.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static Iterable<Object[]> parameters() {
dateNanosCasesWithSpan(
suppliers,
"fixed date nanos with period",
() -> DateUtils.toLong(Instant.parse("2023-02-17T09:00:00.00Z")),
() -> DateUtils.toLong(Instant.parse("2023-01-01T00:00:00.00Z")),
DataType.DATE_PERIOD,
Period.ofYears(1),
"[YEAR_OF_CENTURY in Z][fixed to midnight]"
Expand Down

0 comments on commit 5dc7e72

Please sign in to comment.