Star Tree Min and Max Value Aggregators#14625
Star Tree Min and Max Value Aggregators#14625sachinpkale merged 9 commits intoopensearch-project:mainfrom
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? |
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. |
ajaymovva
left a comment
There was a problem hiding this comment.
LGTM. One minor comment on refactoring.
--------- 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.