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] Extensible design to add new query and field type support for Star Tree #17173

Merged
merged 4 commits into from
Jan 29, 2025

Conversation

expani
Copy link
Contributor

@expani expani commented Jan 29, 2025

Description

Backport for #17137

Copy link
Contributor

❌ Gradle check result for 8caaa49: 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 2dd1ce1: 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 a184172: SUCCESS

Copy link

codecov bot commented Jan 29, 2025

Codecov Report

Attention: Patch coverage is 88.80000% with 56 lines in your changes missing coverage. Please review.

Project coverage is 71.92%. Comparing base (1c7f719) to head (a184172).
Report is 3 commits behind head on 2.x.

Files with missing lines Patch % Lines
...tartree/filter/provider/DimensionFilterMapper.java 82.20% 9 Missing and 12 partials ⚠️
...ensearch/search/startree/StarTreeQueryContext.java 90.00% 3 Missing and 4 partials ⚠️
...pensearch/search/startree/StarTreeQueryHelper.java 88.88% 1 Missing and 6 partials ⚠️
...ch/search/startree/filter/RangeMatchDimFilter.java 76.66% 3 Missing and 4 partials ⚠️
...rch/search/aggregations/metrics/MaxAggregator.java 60.00% 2 Missing ⚠️
...rch/search/aggregations/metrics/MinAggregator.java 60.00% 2 Missing ⚠️
.../org/opensearch/search/internal/SearchContext.java 0.00% 2 Missing ⚠️
...nsearch/search/startree/StarTreeTraversalUtil.java 92.59% 1 Missing and 1 partial ⚠️
...tree/fileformats/node/FixedLengthStarTreeNode.java 98.24% 0 Missing and 1 partial ⚠️
...rch/search/aggregations/metrics/SumAggregator.java 66.66% 1 Missing ⚠️
... and 4 more
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #17173      +/-   ##
============================================
+ Coverage     71.89%   71.92%   +0.02%     
- Complexity    65852    65960     +108     
============================================
  Files          5332     5341       +9     
  Lines        306587   307104     +517     
  Branches      44720    44821     +101     
============================================
+ Hits         220429   220886     +457     
- Misses        67754    67814      +60     
  Partials      18404    18404              

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

@linuxpi linuxpi merged commit fcf5c35 into opensearch-project:2.x Jan 29, 2025
45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants