javanna opened a new pull request, #16378: URL: https://github.com/apache/lucene/pull/16378
TermsWithScoreCollector, JoinUtil's numeric point join, and TestJoinUtil summed per-document scores in float. Float addition isn't associative, so summing the same scores in a different order can round to a different float, causing TestJoinUtil.testMultiValueRandomJoin to intermittently fail on exact score/doc-order assertions. Scores are now accumulated in double and narrowed to float only where exposed. -- 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]
