-
Notifications
You must be signed in to change notification settings - Fork 277
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
Adding K-NN in 3.0.0 manifest and geospatial in 2.4 and 3.0 manifests. #2675
Conversation
Signed-off-by: Navneet Verma <navneev@amazon.com>
Codecov Report
@@ Coverage Diff @@
## main #2675 +/- ##
=======================================
Coverage 94.24% 94.24%
=======================================
Files 162 162
Lines 4313 4313
Branches 19 19
=======================================
Hits 4065 4065
Misses 248 248 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
platforms: | ||
- linux |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we would need to add windows
platform for 2.4 manifest as windows distribution is planned to released in this version. @peterzhuamazon
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also the groovy failure might not relate to this tho.
repository: https://github.com/opensearch-project/geospatial.git | ||
ref: main | ||
platforms: | ||
- linux |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add windows here as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only add for geospatial leave knn linux only.
@navneet1v , could you rebase your repo with opensearch-build@main and rerun the validation? it seems like your repo is out dated with the opensearch-build@main; hence, groovy test was fail. Thanks. |
I can see that @naveentatikonda has raised another PR for the same and it got merged. 6b71a5f Closing this PR. |
Description
Adding K-NN in 3.0.0 manifest and geospatial in 2.4 and 3.0 manifests.
Signed-off-by: Navneet Verma navneev@amazon.com
Issues Resolved
opensearch-project/geospatial#94
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.