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

in KnnVectorsWriter reduce code duplication w.r.t. MergedVectorValues.merge(Float|Byte)VectorValues #13539

Merged
merged 5 commits into from
Jul 12, 2024

Conversation

cpoerschke
Copy link
Contributor

inspired by @vigyasharma's factoring out of a validateFieldEncoding method in #13525 -- https://github.com/apache/lucene/pull/13525/files#r1664549231 -- included adapted version of that as the first commit on this PR's branch here

@cpoerschke cpoerschke marked this pull request as ready for review July 3, 2024 18:01
(docMap, values) -> {
return new ByteVectorValuesSub(docMap, values);
}),
mergeState);
}

static class MergedFloat32VectorValues extends FloatVectorValues {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And maybe this could drop the 32 for consistency with MergedByteVectorValues naming?

Suggested change
static class MergedFloat32VectorValues extends FloatVectorValues {
static class MergedFloatVectorValues extends FloatVectorValues {

@cpoerschke cpoerschke marked this pull request as draft July 12, 2024 08:48
@cpoerschke cpoerschke marked this pull request as ready for review July 12, 2024 09:44
@cpoerschke cpoerschke merged commit c55d664 into apache:main Jul 12, 2024
3 checks passed
@cpoerschke cpoerschke deleted the mergeVectorValues branch July 12, 2024 09:48
asfgit pushed a commit that referenced this pull request Jul 12, 2024
….merge(Float|Byte)VectorValues (#13539)

Co-authored-by: Vigya Sharma <[email protected]>
(cherry picked from commit c55d664)
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.

2 participants