-
Notifications
You must be signed in to change notification settings - Fork 132
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
Add painless script support for hamming with binary vector data type #1839
Conversation
2491eda
to
41668ba
Compare
BWS is failing with |
and who is looking into this? |
@heemin32 I can see this failing: https://github.com/opensearch-project/k-NN/actions/runs/9968357746/job/27544581924 do you know why? |
Signed-off-by: Heemin Kim <[email protected]>
I don't. Seems like authentication issue with the maven server? I see it started to failing since 19 hours ago. https://github.com/opensearch-project/k-NN/actions/runs/9963749910/job/27530469696 |
sonatype did some migration and they reset our token. @peteralfonsi fixed the issue by generating a new token. |
For bwc test issue, the knn plugin is not available in 2.16-snapshot distribution due to build failure. @prudhvigodithi is working on it. |
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.
LGTM
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.
LGTM
…1839) Signed-off-by: Heemin Kim <[email protected]> (cherry picked from commit de6084f)
…1839) (#1847) Signed-off-by: Heemin Kim <[email protected]> (cherry picked from commit de6084f) Co-authored-by: Heemin Kim <[email protected]>
…pensearch-project#1839) (opensearch-project#1847) Signed-off-by: Heemin Kim <[email protected]> (cherry picked from commit de6084f) Co-authored-by: Heemin Kim <[email protected]>
Description
Add painless script support for hamming with binary vector data type
Changes are
Issues Resolved
N/A
Check List
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.