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] Refactors the GeoBoundsAggregation for geo_point types from the core server to the geo module (#3992) #4179

Merged
merged 1 commit into from
Aug 15, 2022

Conversation

navneet1v
Copy link
Contributor

@navneet1v navneet1v commented Aug 9, 2022

Description

Refactors the GeoBoundsAggregation for geo_point types from the core server to the geo module

Signed-off-by: Navneet Verma navneev@amazon.com

This is the backport PR created for 2.x branch.

Original PR: #3992

Backporting needed manual intervention as there were breaking changes(#4034). The breaking change for this PR and upcoming PR is added already in this PR.

Issues Resolved

#3980

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

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.

…server to the geo module.

Signed-off-by: Navneet Verma <navneev@amazon.com>
@github-actions
Copy link
Contributor

github-actions bot commented Aug 9, 2022

Gradle Check (Jenkins) Run Completed with:

@codecov-commenter
Copy link

Codecov Report

Merging #4179 (2dafb4d) into 2.x (7062283) will increase coverage by 0.10%.
The diff coverage is 63.63%.

@@             Coverage Diff              @@
##                2.x    #4179      +/-   ##
============================================
+ Coverage     70.45%   70.55%   +0.10%     
- Complexity    56690    56785      +95     
============================================
  Files          4563     4564       +1     
  Lines        273024   273023       -1     
  Branches      40059    40058       -1     
============================================
+ Hits         192364   192644     +280     
+ Misses        64521    64243     -278     
+ Partials      16139    16136       -3     
Impacted Files Coverage Δ
...ava/org/opensearch/client/RestHighLevelClient.java 44.32% <ø> (-0.16%) ⬇️
...gregations/metrics/GeoBoundsAggregatorFactory.java 88.88% <ø> (ø)
...search/aggregations/metrics/InternalGeoBounds.java 66.66% <ø> (ø)
...o/search/aggregations/metrics/ParsedGeoBounds.java 88.00% <ø> (ø)
.../main/java/org/opensearch/search/SearchModule.java 96.27% <ø> (-0.03%) ⬇️
...earch/search/aggregations/AggregationBuilders.java 46.15% <ø> (+1.15%) ⬆️
...regations/support/AggregationInspectionHelper.java 53.65% <ø> (+1.27%) ⬆️
...g/opensearch/test/InternalAggregationTestCase.java 97.76% <ø> (-0.46%) ⬇️
...a/org/opensearch/test/OpenSearchIntegTestCase.java 56.70% <ø> (+0.43%) ⬆️
...regations/metrics/AbstractGeoBoundsAggregator.java 56.52% <56.52%> (ø)
... and 520 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@nknize nknize added the v2.3.0 'Issues and PRs related to version v2.3.0' label Aug 15, 2022
@nknize nknize changed the title Refactors the GeoBoundsAggregation for geo_point types from the core server to the geo module [Backport 2.x] Refactors the GeoBoundsAggregation for geo_point types from the core server to the geo module Aug 15, 2022
@nknize nknize changed the title [Backport 2.x] Refactors the GeoBoundsAggregation for geo_point types from the core server to the geo module [Backport 2.x] Refactors the GeoBoundsAggregation for geo_point types from the core server to the geo module (#3992) Aug 15, 2022
@nknize nknize merged commit c7a4d1d into opensearch-project:2.x Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Geospatial Plugins Search:Aggregations v2.3.0 'Issues and PRs related to version v2.3.0'
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants