Weijun-H commented on code in PR #15783:
URL: https://github.com/apache/datafusion/pull/15783#discussion_r2052164212


##########
datafusion/physical-plan/src/joins/hash_join.rs:
##########
@@ -86,6 +86,9 @@ use datafusion_physical_expr_common::physical_expr::fmt_sql;
 use futures::{ready, Stream, StreamExt, TryStreamExt};
 use parking_lot::Mutex;
 
+const HASH_JOIN_SEED: RandomState =

Review Comment:
   maybe left some comments here to explain this change
   ```suggestion
   /// Hard-coded seed to ensure hash values from the hash join differ from 
`RepartitionExec`, avoiding collisions.
   const HASH_JOIN_SEED: RandomState =
   ```



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to