-
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
SQL: SUM() and LIKE condition doesn't work anymore #36161
Labels
Comments
Pinging @elastic/es-search |
excuse me, is this bug fix yet? |
@AngelaHsieh1027 not fixed yet. When this will happen there will be a PR referenced in this issue and, also, the issue will be closed stating the versions where the fix is applied to. Thank you for your patience. |
The Issue has been fixed in #36672 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally reported here.
SUM()
in combination with a different non-LIKE condition works, also the query withoutSUM()
does also work. Also, other stats functions (AVG, MIN, MAX) have the same behavior as SUM.Simple test data to reproduce this:
Full stack trace of the error:
The text was updated successfully, but these errors were encountered: