-
Notifications
You must be signed in to change notification settings - Fork 25.4k
ESQL: Fail in AggregateFunction
when LogicPlan
is not an Aggregate
#124446
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
Changes from all commits
931b526
67e64d2
0ae18f2
a8be56f
ccc23fc
9651f4c
9e4dff5
763b3b8
c7d867c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 124446 | ||
summary: "ESQL: Fail in `AggregateFunction` when `LogicPlan` is not an `Aggregate`" | ||
area: ES|QL | ||
type: bug | ||
issues: | ||
- 124311 |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could you add another test with multiple aggs in the same WHERE/EVAL, or both in the same query with an agg each? Lines 1010 to 1015 in a8be56f
I'm asking this because the RRF test sends many repeated errors (Because each "subblan" of the RRF has the same source). It shouldn't happen here at all, but just as a double-check There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we should add test cases where an aggregate function ends up in the
While supremely paranoid, we could also throw in test cases for dissect and grok, like There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thank you for reviewing! I’ve added the tests in c7d867c. |
Uh oh!
There was an error while loading. Please reload this page.