swalchemist opened a new pull request, #3585:
URL: https://github.com/apache/cassandra/pull/3585

   * Fixes https://issues.apache.org/jira/browse/CASSANDRA-14098 in a similar 
way as the provided patch. The split count will now be correct for larger 
numbers of rows, where before it was calculated as 1 because of an interaction 
between the integer overflow from the long input and the Math.max that follows 
it.
   * Also refactored and added tests, some of which fail on the current code 
because of the integer overflow.
   
   Co-Authored-By: Lada Kesseler <[email protected]>
   
   


-- 
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]

Reply via email to