-
Notifications
You must be signed in to change notification settings - Fork 25.2k
SQL: a histogram of histogram generates an incorrect error message #38308
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
Labels
Comments
Pinging @elastic/es-search |
costin
added a commit
to costin/elasticsearch
that referenced
this issue
Feb 8, 2019
Improve verifier to disallow grouping over grouping functions (e.g. HISTOGRAM over HISTOGRAM). Close elastic#38308
costin
added a commit
that referenced
this issue
Feb 9, 2019
Improve verifier to disallow grouping over grouping functions (e.g. HISTOGRAM over HISTOGRAM). Close #38308
costin
added a commit
that referenced
this issue
Feb 9, 2019
costin
added a commit
that referenced
this issue
Feb 9, 2019
costin
added a commit
that referenced
this issue
Feb 9, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While a HISTOGRAM shouldn't be possible to be used inside another HISTOGRAM, the following test throws an exception that shouldn't be thrown at that path in code, but sooner than that. And it should be a different exception.
The text was updated successfully, but these errors were encountered: