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.16] add initial MLInferenceSearchResponseProcessor #2734

Merged
merged 2 commits into from
Jul 24, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 01084b4 from #2688

* add MLInferenceSearchResponseProcessor

Signed-off-by: Mingshi Liu <[email protected]>

* add ITs

Signed-off-by: Mingshi Liu <[email protected]>

* add code coverage

Signed-off-by: Mingshi Liu <[email protected]>

* add many_to_one flag

Signed-off-by: Mingshi Liu <[email protected]>

* avoid import *

Signed-off-by: Mingshi Liu <[email protected]>

* remove extra hits

Signed-off-by: Mingshi Liu <[email protected]>

* spotlessApply

Signed-off-by: Mingshi Liu <[email protected]>

* remove extra brackets

Signed-off-by: Mingshi Liu <[email protected]>

---------

Signed-off-by: Mingshi Liu <[email protected]>
(cherry picked from commit 01084b4)
@mingshl
Copy link
Collaborator

mingshl commented Jul 24, 2024

same reason as #2730

package org.apache.hc.core5.http.message does not exist

in 2.x the package are

import org.apache.http.HttpEntity;
import org.apache.http.HttpHeaders;
import org.apache.http.message.BasicHeader;

@b4sjoo
Copy link
Collaborator

b4sjoo commented Jul 24, 2024

Compilation failed

Signed-off-by: Mingshi Liu <[email protected]>
@mingshl mingshl had a problem deploying to ml-commons-cicd-env July 24, 2024 21:45 — with GitHub Actions Failure
@mingshl mingshl had a problem deploying to ml-commons-cicd-env July 24, 2024 21:45 — with GitHub Actions Error
@mingshl mingshl had a problem deploying to ml-commons-cicd-env July 24, 2024 21:45 — with GitHub Actions Error
@mingshl mingshl had a problem deploying to ml-commons-cicd-env July 24, 2024 21:46 — with GitHub Actions Failure
@mingshl mingshl had a problem deploying to ml-commons-cicd-env July 24, 2024 21:46 — with GitHub Actions Error
@mingshl mingshl had a problem deploying to ml-commons-cicd-env July 24, 2024 21:46 — with GitHub Actions Error
@mingshl
Copy link
Collaborator

mingshl commented Jul 24, 2024

Compilation failed

had to update package here. should fix the compile.
fix http package

@mingshl mingshl merged commit 23bacd3 into 2.16 Jul 24, 2024
4 of 11 checks passed
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.

3 participants