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

[BUG] Breaking change caused by OpenSearch refactor of components (ActionListener) #1953

Closed
MitchellGale opened this issue Aug 10, 2023 · 0 comments
Labels
bug Something isn't working untriaged

Comments

@MitchellGale
Copy link
Contributor

What is the bug?
Breaking change by OpenSearch. New location for some functions.
opensearch-project/OpenSearch#9082

How can one reproduce the bug?
./gradlew build

/Users/mitchellg/OpenSearch/sql/opensearch/src/main/java/org/opensearch/sql/opensearch/planner/physical/MLCommonsOperatorActions.java:222: error: cannot access ActionListener
            .trainAndPredict(mlinput)
            ^
  class file for org.opensearch.action.ActionListener not found

What is the expected behavior?
Needs location for class updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged
Projects
None yet
Development

No branches or pull requests

2 participants