metesynnada commented on issue #9896:
URL: 
https://github.com/apache/arrow-datafusion/issues/9896#issuecomment-2030022388

   Hash collision tests are in place to guard against these types of issues, 
which is why I don't foresee any problem in this area.
   
   To explain further, the hash table algorithm stores the raw hash values. As 
you've pointed out, hash collisions can occur for different keys. However, 
after retrieving the indices, we perform a vectorized equality check. This step 
allows us to resolve any hash collisions that may arise.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to