Is your feature request related to a problem or challenge?
Datafusion currently supports HJ, SMJ, NLJ, PWMJ also hybrid/grace HJ described #17267
However we have different set of tests for each of join type leading to out of sync issues and bleeding correctness issues.
Describe the solution you'd like
After #24390 completed we can combine join tests under same file, having join methods as a matrix. Also test against different batch sizes
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem or challenge?
Datafusion currently supports HJ, SMJ, NLJ, PWMJ also hybrid/grace HJ described #17267
However we have different set of tests for each of join type leading to out of sync issues and bleeding correctness issues.
Describe the solution you'd like
After #24390 completed we can combine join tests under same file, having join methods as a matrix. Also test against different batch sizes
Describe alternatives you've considered
No response
Additional context
No response