-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Star Tree Min and Max Value Aggregators #14625
Star Tree Min and Max Value Aggregators #14625
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #14625 +/- ##
============================================
- Coverage 71.84% 71.83% -0.01%
+ Complexity 62911 62906 -5
============================================
Files 5176 5180 +4
Lines 295133 295150 +17
Branches 42676 42680 +4
============================================
- Hits 212029 212014 -15
+ Misses 65709 65677 -32
- Partials 17395 17459 +64 ☔ View full report in Codecov by Sentry. |
6af5104
to
f0738ba
Compare
f0738ba
to
2d8e244
Compare
406c6d6
to
03dc1e3
Compare
41697e6
to
ae84daa
Compare
❌ Gradle check result for 41697e6: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 03dc1e3: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
...va/org/opensearch/index/compositeindex/datacube/startree/aggregators/SumValueAggregator.java
Outdated
Show resolved
Hide resolved
ae84daa
to
8e6a232
Compare
❕ Gradle check result for 8e6a232: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
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. One minor comment on refactoring.
.../org/opensearch/index/compositeindex/datacube/startree/aggregators/CountValueAggregator.java
Show resolved
Hide resolved
--------- Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
--------- Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
--------- Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com> (cherry picked from commit e21f6b8) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
--------- (cherry picked from commit e21f6b8) Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
--------- Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
Description
The PR introduces the support for Min and Max Value Aggregators for Star Tree.
Built on top of: #14512
Related Issues
Resolves #14624
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.