chatman opened a new pull request #1411: SOLR-14381: Integer overflow in total count in grouping results URL: https://github.com/apache/lucene-solr/pull/1411 Integer overflow in total count in grouping results. Please note that this is a PR on branch_8x, since it is more complex than the master change. 8x needs backward and forward compatability, and hence Utils.intIfNotOverflown(long) is used here. In the master variant of this patch, that method wouldn't be there and long would be expected everywhere (including tests).
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org