Skip to content

Commit

Permalink
ESQL: BUCKET: allow numerical spans as whole numbers (#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 #109340, resolves #104646, resolves #105375.
  • Loading branch information
bpintea authored Aug 20, 2024
1 parent 3f49509 commit dd49c33
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 dd49c33

Please sign in to comment.