-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
So, this isn't a full solution. Before we only knew how to handle `filter(s)` when they're leaves (or almost) in the aggregation tree. Now we still can do that, but we also handle when they're the first aggregation layer (we just split them into multiple pancakes, with different `WHERE`) I find it likely that we won't really need anything more, as those 2 cases exhaust both all our tests, and customer's case, so maybe it's hard to make a dashboard in Kibana with filter in the middle. But anyway even if we want to support that, adding most top-level filter to where clause seems like a special case and would still be the way to go, so this PR should be a step forward.
- Loading branch information
Showing
8 changed files
with
675 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.