Github user vitamon commented on the issue:

    https://github.com/apache/spark/pull/19409
  
    @srowen see the reference algorithms here: 
https://en.wikipedia.org/wiki/Quadratic_probing
    
            index = (key + i*i) % SIZE;



---

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

Reply via email to