kaivalnp opened a new pull request, #16678: URL: https://github.com/apache/lucene/pull/16678
### Description Backport of #16665 to `branch_10_5`. The fix has already been backported to `branch_10x` in https://github.com/apache/lucene/commit/2a5039d6a190d5641266b84205dc4aadd2f3d0f9. A test in the fix depends on `Lucene99HnswVectorsReader#getFlatVectorsReader`, which is **not** present in 10.5 (the function exists on `branch_10x`, and will be added in 10.6). I'm not sure if this is okay to add in a bugfix release, hence this PR. Some alternatives: modify the test to avoid using this function (creates some small divergence), or delay the fix to a later release (perhaps 10.6 is right around the corner, and more suitable for the release of the fix). Looking for some advice! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
