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

   ### Describe the bug
   
   After replacing the filter for join fuzz tests with the selective one (that 
doesn't return 100% of input rows), it turned out that following tests may 
periodically fail for HashJoin vs SortMergeJoin case:
   test_left_join_1k_filtered
   test_right_join_1k_filtered
   test_full_join_1k_filtered
   
   
   ### To Reproduce
   
   To reproduce this one should add `JoinTestType::HjSmj` to mentioned above 
test cases and run them (likely a couple of times)
   
   ### Expected behavior
   
   SMJ and HJ should return equal resultsets for these test cases
   
   ### 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: [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