nrc commented on PR #11467: URL: https://github.com/apache/datafusion/pull/11467#issuecomment-2238179605
@alamb thanks for reviewing and looking into this! This has got weirder and I may be doing something fundamentally wrong, but here's my investigation. For reference, I'm running on Linux AMD64, plenty of RAM and disk space. All these results are after only removing the `cfg` from hash_join.rs. Running `cargo test --lib --features=force_hash_collisions -p datafusion-physical-plan -- join_inner` passed all fine, however, `cargo test --lib --features=force_hash_collisions -- join_inner` produced multiple failures (no failures with the `cfg`s restored or without `cargo test --features=force_hash_collisions -- join_inner`). Running the failing command inside the `datafusion/physical-plan` directory also passes, but running in `datafusion` fails (passes with `-p datafusion-physical-plan`). <img width="661" alt="Screenshot 2024-07-19 at 5 07 19 PM" src="https://github.com/user-attachments/assets/9333c5e0-4f25-4edf-a0fe-caa64c1c37f3"> I have no idea what is going on, but unless you have an idea, I can try and find the cause next week. -- 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