-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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: [Tests] add tests for literals and GROUP BY #51878
Conversation
Add unit and integration tests where literals are SELECTed in combination with GROUP BY and possibly aggregate functions. Relates to elastic#41411 and elastic#34583 which have been fixed.
Pinging @elastic/es-search (:Search/SQL) |
We could add more integ tests for those cases but I'd rather wait for the community contributor to reform the PR #42121 which contains a bunch of those. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Add unit and integration tests where literals are SELECTed
in combination with GROUP BY and aggregate functions.
Relates to issues #41411 and #34583
which have been fixed.