Kev1n8 commented on PR #11701:
URL: https://github.com/apache/datafusion/pull/11701#issuecomment-2262167044

   The tests are failing in 
   
   ```rust
        #[template]
        #[rstest]
        fn batch_sizes(#[values(8192, 10, 5, 2, 1)] batch_size: usize) {}
   
    I've singled out `join_inner_two` for evaluation as follows:
   
   ```rust
       #[tokio::test]
       async fn my_join_inner_two_test() -> Result<()> {
           let batch_size= 5;  // specifying batch_size to 5
           ...
       }
   
   and I found out that the test could pass with `test --package 
datafusion-physical-plan --lib joins::hash_join 
--features=force_hash_collisions`.
   However, it fails `test --lib  --features=force_hash_collisions,avro 
hash_join`.
   I've put effort in it but unfortunately fail to see what is causing this.
   
   


-- 
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]

Reply via email to