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


   @skambha you will still hit the sum bug when you disable whole-stage-codegen 
(or fallback to it due to generated code exceeds 64kb), right?
   
   We are not introducing a new correctness bug. It's an existing bug and the 
backport makes it more visible.
   
   We've added a mechanism in the master branch to check the streaming state 
store backward compatibility. If we want to backport the actual fix, we need to 
backport this mechanism as well. I think that's too many things to backport.
   
   How about this: we force to enable ANSI for decimal sum, so that the 
behavior is the same without fixing the UnsafeRow bug? It's not an ideal fix 
but should be safer to backport. @skambha what do you think? Can you help to do 
it?


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