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
Methods getFloatVectorValues(String field) and getByteVectorValues(String field) in TranslogLeafReader class
Indexing
Plugins Please list all plugins currently enabled.
Screenshots If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
OpenSearch/server/src/main/java/org/opensearch/index/engine/TranslogLeafReader.java
Lines 266 to 274 in 6152afe
Introduced in #6078 but the diff shows something similar prior to that:
Lines 257 to 260 in c557f27
That was introduced in #1109
It's not clear what it should be. @nknize any idea?
Sorry, something went wrong.
I would at least raise a not implemented exception here to begin with, I imagine all tests will pass, this code is obviously not executed.
Successfully merging a pull request may close this issue.
Describe the bug
Methods getFloatVectorValues(String field) and getByteVectorValues(String field) in TranslogLeafReader class
Related component
Indexing
To Reproduce
Expected behavior
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: