You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/04/30 06:32:47 UTC

[GitHub] [spark] woudygao opened a new pull request #24494: SPARK-27586: Improve binary comparison: replace Scala's for-comprehen…

woudygao opened a new pull request #24494: SPARK-27586: Improve binary comparison: replace Scala's for-comprehen…
URL: https://github.com/apache/spark/pull/24494
 
 
   …sion if statements with while loop
   
   replace for-comprehension if statement with while loop to gain better performance in TypeUtils.compareBinary
   
   add UT to test old version and new version comparison result
   
   the perf result is attached to the jira issue
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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