cloud-fan commented on pull request #29404:
URL: https://github.com/apache/spark/pull/29404#issuecomment-672601482


   This adds perf overhead as we need to check overflow after each Add 
operation, while the master branch only checks overflow at the end because we 
have an extra agg buffer slot.
   
   I think this perf overhead is necessary to avoid this correctness bug in 
3.0/2.4, but I'm open to other opinions. cc @skambha @dongjoon-hyun @viirya 
@maropu 


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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to