Skip to content

Commit

Permalink
ESQL: BUCKET: allow numerical spans as whole numbers (elastic#111874)
Browse files Browse the repository at this point in the history
This laxes the check on numerical spans to allow them be specified as whole numbers. So far it was required that they be provided as a double.

This also expands the tests for date ranges to include string types.

Resolves elastic#109340, resolves elastic#104646, resolves elastic#105375.
  • Loading branch information
bpintea authored and davidkyle committed Sep 5, 2024
1 parent eff6b93 commit 81da620
Show file tree
Hide file tree
Showing 12 changed files with 632 additions and 109 deletions.
8 changes: 8 additions & 0 deletions docs/changelog/111874.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
pr: 111874
summary: "ESQL: BUCKET: allow numerical spans as whole numbers"
area: ES|QL
type: enhancement
issues:
- 104646
- 109340
- 105375
4 changes: 0 additions & 4 deletions docs/reference/esql/functions/examples/bucket.asciidoc

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

Loading

0 comments on commit 81da620

Please sign in to comment.