Skip to content
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

[Backport 2.x] [Star Tree] [Search] Resolving Date histogram with metric aggregation using star-tree #17163

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

sandeshkr419
Copy link
Contributor

@sandeshkr419 sandeshkr419 commented Jan 28, 2025

Description

Backport #17150 to 2.x

(automatic backport failed)

Related Issues

Resolves #[Issue number to be closed when this PR is merged]

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

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.

@sandeshkr419 sandeshkr419 changed the title [Backport 2.x] [Star Tree] [Search] Resolve Date histogram with metri… [Backport 2.x] [Star Tree] [Search] Resolving Date histogram with metric aggregation using star-tree Jan 28, 2025
…c aggregation using star-tree (opensearch-project#16674)

---------

Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
@sandeshkr419 sandeshkr419 added v2.19.0 Issues and PRs related to version 2.19.0 enhancement Enhancement or improvement to existing feature or request labels Jan 28, 2025
Copy link
Contributor

❌ Gradle check result for ad74278: 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?

Copy link
Contributor

❌ Gradle check result for ad74278: 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?

Copy link
Contributor

❌ Gradle check result for ad74278: 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?

Copy link
Contributor

✅ Gradle check result for ad74278: SUCCESS

Copy link

codecov bot commented Jan 28, 2025

Codecov Report

Attention: Patch coverage is 89.91228% with 23 lines in your changes missing coverage. Please review.

Project coverage is 71.98%. Comparing base (1c7f719) to head (ad74278).
Report is 1 commits behind head on 2.x.

Files with missing lines Patch % Lines
...ions/bucket/histogram/DateHistogramAggregator.java 87.50% 2 Missing and 6 partials ⚠️
...x/datacube/startree/utils/StarTreeQueryHelper.java 90.56% 0 Missing and 5 partials ⚠️
...rch/search/aggregations/metrics/AvgAggregator.java 84.37% 1 Missing and 4 partials ⚠️
...rch/search/aggregations/metrics/MaxAggregator.java 90.00% 0 Missing and 1 partial ⚠️
...rch/search/aggregations/metrics/MinAggregator.java 88.88% 0 Missing and 1 partial ⚠️
...rch/search/aggregations/metrics/SumAggregator.java 94.11% 0 Missing and 1 partial ⚠️
...rch/aggregations/metrics/ValueCountAggregator.java 83.33% 0 Missing and 1 partial ⚠️
...org/opensearch/search/startree/StarTreeFilter.java 83.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #17163      +/-   ##
============================================
+ Coverage     71.89%   71.98%   +0.08%     
- Complexity    65852    65895      +43     
============================================
  Files          5332     5333       +1     
  Lines        306587   306782     +195     
  Branches      44720    44752      +32     
============================================
+ Hits         220429   220844     +415     
+ Misses        67754    67475     -279     
- Partials      18404    18463      +59     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mch2 mch2 merged commit 2406319 into opensearch-project:2.x Jan 28, 2025
55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request Search:Aggregations v2.19.0 Issues and PRs related to version 2.19.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants