alamb opened a new issue, #11555:
URL: https://github.com/apache/datafusion/issues/11555

   ### Describe the bug
   
   I have seen this test fail twice now on two unrelated PRs:
   
   #11540:  
https://github.com/apache/datafusion/actions/runs/10011021548/job/27673684873?pr=11540
   
   #11527: 
https://github.com/apache/datafusion/actions/runs/10001535587/job/27645407724?pr=11527
   
   
   ```
   ---- fuzz_cases::join_fuzz::test_anti_join_1k_filtered stdout ----
   thread 'fuzz_cases::join_fuzz::test_anti_join_1k_filtered' panicked at 
datafusion/core/tests/fuzz_cases/join_fuzz.rs:537:17:
   assertion `left == right` failed: HashJoinExec and SortMergeJoinExec 
produced different row counts, batch_size: 1
     left: 970
    right: 971
   stack backtrace:
   ```
   
   And 
   ```
   ---- fuzz_cases::join_fuzz::test_anti_join_1k_filtered stdout ----
   thread 'fuzz_cases::join_fuzz::test_anti_join_1k_filtered' panicked at 
datafusion/core/tests/fuzz_cases/join_fuzz.rs:537:17:
   assertion `left == right` failed: HashJoinExec and SortMergeJoinExec 
produced different row counts, batch_size: 1
     left: 952
    right: 953
   ```
   
   
   ### To Reproduce
   
   Not sure -- it is happening on CI intermittently
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   _No response_


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