-
Notifications
You must be signed in to change notification settings - Fork 126
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
Remove mapping types #155 #303
Comments
@martin-gaievski I see these errors in knn build on 2.0.0-alpha1 logs:
Are they related to this PR since I also see mapping. Thanks. |
Build on 2.0 alpha1 snapshot was old on Friday, there is a PR specifically aiming integration ##328. Maybe it's something in latest snapshot, I'm restarting build jobs to see what the errors are (if any) |
We built on latest main on Friday to consume the changes from reta on fixing opensearch-project/OpenSearch#2581 |
@peterzhuamazon as per stacktrace knn is failing due to a missing references to a lucene 8.x classes. This is changed in lucene 9.1, that supposed to be part of 2.0 alpha1 snapshot. What is the knn branch that is failing, could you please share the link to build job? |
@peterzhuamazon I have provided the necessary information to @martin-gaievski |
Hi @martin-gaievski , @dreamer-89 has talked to me and I have provided the commitid: |
@peterzhuamazon I think with latest PR to knn previous issue has been fixed. I see from the latest build log that problem is with anomaly detection now: `BUILD SUCCESSFUL in 54s
|
Thanks @martin-gaievski will keep this issue open until I confirm the AD issue. |
As part of v2.0 release,
mapping types
are getting removed from OpenSearch engine. Below are the changes in the opensearch-engine.As part of this issue, please verify if type removal change on OpenSearch engine impacts this repository. If yes, then please remove the type references/usage from this plugin.
Top level changes are captured in gist below:
https://gist.github.com/dreamer-89/d76eaf639171e8ab32fa7f8b9d6c93d3
For more detailed changes, please check meta issue below:
Related: OpenSearch-engine meta issue
The text was updated successfully, but these errors were encountered: