shubhamvishu opened a new pull request, #15992: URL: https://github.com/apache/lucene/pull/15992
### Description This is a backport of the change [#12868](https://github.com/apache/lucene/pull/12868) which was earlier planned for 10.1? but never got backported sadly. Its there on `main` but missing on all 10.x versions. I stumbled upon this while reviewing a code change which was using 32 bit hash and got to know the 64-bit hash is missing in the 10.3 sources. I'm afraid if there are more such changes that made it to Lucene but never really made it :/ .@mikemccand had a script to read the git history and find those commits, maybe we should run it while upgrading Lucene versions?. <!-- If this is your first contribution to Lucene, please make sure you have reviewed the contribution guide. https://github.com/apache/lucene/blob/main/CONTRIBUTING.md --> -- 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]
