Phoenix500526 commented on PR #23024: URL: https://github.com/apache/datafusion/pull/23024#issuecomment-4751907656
The failing `cargo test hash collisions` check is unrelated to this PR. It fails on `test_create_hashes_with_quality_hash_state` in `datafusion-common` — that test (added in #22921) is not gated behind `not(feature = "force_hash_collisions")`, so it fails under the forced-collision build. This PR only touches `physical-plan` hash-join code. I have fixed it separately in #23044; once that merges, rebasing this branch should turn the check green. -- 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]
