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/02/18 08:04:03 UTC

[GitHub] yucai opened a new pull request #23821: [SPARK-26909][FOLLOWUP][SQL] use unsafeRow.hashCode() as hash value in HashAggregate

yucai opened a new pull request #23821: [SPARK-26909][FOLLOWUP][SQL] use unsafeRow.hashCode() as hash value in HashAggregate
URL: https://github.com/apache/spark/pull/23821
 
 
   ## What changes were proposed in this pull request?
   
   This is a followup PR for #21149.
   
   New way uses unsafeRow.hashCode() as hash value in HashAggregate.
   The unsafe row has [null bit set] etc., the result should be different, so we don't need weird `48`.
   
   ## How was this patch tested?
   
   UTs.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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