-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed panicing range aggregation by adding distinction between `keyed` or not in 1 place. Even though we already have very similar tests in our suite, surprisingly they didn't catch this distinction, when I added support for subaggregations for `range` a couple of days ago. They also pass now, so I'm quite sure it doesn't create some new issues while fixing others. Before: <img width="1728" alt="Screenshot 2024-05-03 at 08 08 35" src="https://github.com/QuesmaOrg/quesma/assets/5407146/4da19aa6-0a7f-4fd1-9679-706552a6cbcf"> <img width="1728" alt="Screenshot 2024-05-03 at 08 09 20" src="https://github.com/QuesmaOrg/quesma/assets/5407146/45a167c1-36a8-49c3-a20e-3778c37d6fb0"> After: <img width="1728" alt="Screenshot 2024-05-03 at 08 07 57" src="https://github.com/QuesmaOrg/quesma/assets/5407146/b5fd9838-3264-4c91-902d-ad667072556c">
- Loading branch information
Showing
4 changed files
with
166 additions
and
5 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