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] Add GeoTile and GeoHash Grid aggregations on GeoShapes. (#5589) #8320

Closed
wants to merge 1 commit into from

Conversation

heemin32
Copy link
Contributor

Description

Src files for GeoTile and GeoHash Aggregations on GeoShape with integration tests.

Related Issues

Resolves #4071

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
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)

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.

…roject#5589)

Src files for GeoTile and GeoHash Aggregations on GeoShape with integration
tests.

Signed-off-by: Navneet Verma <[email protected]>
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      2 org.opensearch.remotestore.SegmentReplicationUsingRemoteStoreIT.testPressureServiceStats
      1 org.opensearch.snapshots.RestoreSnapshotIT.testRestoreInSameRemoteStoreEnabledIndex
      1 org.opensearch.remotestore.SegmentReplicationUsingRemoteStoreIT.testDropPrimaryDuringReplication

@codecov
Copy link

codecov bot commented Jun 28, 2023

Codecov Report

Merging #8320 (e3e1145) into 2.x (2dbe33f) will increase coverage by 0.03%.
The diff coverage is 49.85%.

@@             Coverage Diff              @@
##                2.x    #8320      +/-   ##
============================================
+ Coverage     70.54%   70.58%   +0.03%     
- Complexity    56776    56886     +110     
============================================
  Files          4706     4717      +11     
  Lines        269087   269726     +639     
  Branches      39773    39869      +96     
============================================
+ Hits         189836   190373     +537     
- Misses        62886    63006     +120     
+ Partials      16365    16347      -18     
Impacted Files Coverage Δ
...va/org/opensearch/geometry/GeometryCollection.java 96.42% <0.00%> (+0.13%) ⬆️
.../main/java/org/opensearch/geo/GeoModulePlugin.java 100.00% <ø> (ø)
...cket/composite/GeoTileGridValuesSourceBuilder.java 89.65% <ø> (ø)
.../bucket/geogrid/GeoHashGridAggregationBuilder.java 100.00% <ø> (ø)
.../bucket/geogrid/GeoTileGridAggregationBuilder.java 100.00% <ø> (ø)
...ations/bucket/geogrid/cells/BoundedCellValues.java 100.00% <ø> (ø)
...ggregations/bucket/geogrid/cells/CellIdSource.java 64.28% <ø> (ø)
.../aggregations/bucket/geogrid/cells/CellValues.java 100.00% <ø> (ø)
...ons/bucket/geogrid/cells/GeoShapeCellIdSource.java 0.00% <0.00%> (ø)
...tions/bucket/geogrid/cells/GeoShapeCellValues.java 0.00% <0.00%> (ø)
... and 43 more

... and 439 files with indirect coverage changes

@heemin32 heemin32 closed this Jun 28, 2023
@heemin32 heemin32 reopened this Jun 28, 2023
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@heemin32 heemin32 closed this Jun 28, 2023
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