-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ES|QL] auto_bucket annotation is missing the string type of third and fourth args #104646
Labels
Comments
andreidan
added
:Analytics/ES|QL
AKA ESQL
and removed
needs:triage
Requires assignment of a team area label
labels
Jan 23, 2024
elasticsearchmachine
added
the
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
label
Jan 23, 2024
Pinging @elastic/es-analytical-engine (Team:Analytics) |
This might be superseded by #102756 in the future. |
lkts
pushed a commit
to lkts/elasticsearch
that referenced
this issue
Aug 20, 2024
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.
cbuescher
pushed a commit
to cbuescher/elasticsearch
that referenced
this issue
Sep 4, 2024
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.
davidkyle
pushed a commit
to davidkyle/elasticsearch
that referenced
this issue
Sep 5, 2024
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Elasticsearch Version
8.13.0
Installed Plugins
No response
Java Version
bundled
OS Version
MacOS
Problem Description
In the
auto_bucket
annotation is missing thestring
type for the third and fourth arguments.See the
show functions
output:Steps to Reproduce
Logs (if relevant)
No response
The text was updated successfully, but these errors were encountered: