Re: [PR] Fix TestPostingsUtil#testIntegerOverflow failure. [lucene]

2024-11-06 Thread via GitHub
jpountz merged PR #13979: URL: https://github.com/apache/lucene/pull/13979 -- 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: issues-unsubscr...@lucene.apa

[PR] Fix TestPostingsUtil#testIntegerOverflow failure. [lucene]

2024-11-05 Thread via GitHub
jpountz opened a new pull request, #13979: URL: https://github.com/apache/lucene/pull/13979 The group vint logic is mistakenly using the long->int conversion logic for the case when integers are being written rather than longs. Closes #13978 -- This is an automated message from the