mihailom-db opened a new pull request, #51052:
URL: https://github.com/apache/spark/pull/51052

   ### What changes were proposed in this pull request?
   This PR introduces normalization of floating point numbers before being 
inserted into java map of map_zip_with implementation.
   
   
   ### Why are the changes needed?
   Scala maps have problems with NaNs, but Java maps have problems with 0.0 and 
-0.0. We need to make sure our implementation works properly for all inputs.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No, scala implementation did not have this problem and java fix was not 
released yet.
   
   
   ### How was this patch tested?
   Golden file test added.
   
   
   ### Was this patch authored or co-authored using generative AI tooling?
   No.


-- 
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: reviews-unsubscr...@spark.apache.org

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