adriangb commented on code in PR #18451:
URL: https://github.com/apache/datafusion/pull/18451#discussion_r2543802939
##########
datafusion/physical-plan/src/repartition/mod.rs:
##########
@@ -418,6 +418,10 @@ enum BatchPartitionerState {
},
}
+/// Fixed seed used for hash repartitioning to ensure consistent behavior
across
+/// executions and runs.
+pub const REPARTITION_HASH_SEED: [u64; 4] = [0u64; 4];
Review Comment:
That's what I was thinking as well in
https://github.com/apache/datafusion/pull/18451#discussion_r2485016778. Will
change!
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]