revans2 commented on pull request #29506: URL: https://github.com/apache/spark/pull/29506#issuecomment-678383531
Nope it was an off by 1 issue where we needed the assert to be `<=` instead of just `<` for the first time through the loop when `valueCountLocal` and `runLocal` are both 0. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
