Davies Liu created SPARK-13304:
----------------------------------

             Summary: Broadcast join with two ints could be very slow
                 Key: SPARK-13304
                 URL: https://issues.apache.org/jira/browse/SPARK-13304
             Project: Spark
          Issue Type: Bug
            Reporter: Davies Liu


If the two join columns have the same value, the hash code of them will be (a ^ 
b), which is 0, then the HashMap will be very very slow.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to