We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the bug? Build fails with some latest namespace and library refactoring from core (e.g., opensearch-project/OpenSearch#9005). This was caught by the compatibility checker on opensearch-project/OpenSearch#9073.
How can one reproduce the bug? Steps to reproduce the behavior: Build with latest SNAPSHOT version of core
What is the expected behavior? Passing build. No failures.
What is your host/environment?
Do you have any screenshots?
/tmp/groovy-generated-tmpdir-8603924191756215072/src/main/java/org/opensearch/search/asynchronous/stats/AsynchronousSearchStats.java:11: error: cannot find symbol import org.opensearch.common.io.stream.StreamInput; ^ symbol: class StreamInput location: package org.opensearch.common.io.stream /tmp/groovy-generated-tmpdir-8603924191756215072/src/main/java/org/opensearch/search/asynchronous/stats/AsynchronousSearchStats.java:12: error: cannot find symbol import org.opensearch.common.io.stream.StreamOutput;
Do you have any additional context? #5910
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the bug?
Build fails with some latest namespace and library refactoring from core (e.g., opensearch-project/OpenSearch#9005). This was caught by the compatibility checker on opensearch-project/OpenSearch#9073.
How can one reproduce the bug?
Steps to reproduce the behavior:
Build with latest SNAPSHOT version of core
What is the expected behavior?
Passing build. No failures.
What is your host/environment?
Do you have any screenshots?
Do you have any additional context?
#5910
The text was updated successfully, but these errors were encountered: