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. Moreover test files are inflated.
Describe the solution you'd like
After #24390 completed we can combine all join tests under same file, having join methods as a matrix
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. Moreover test files are inflated.
Describe the solution you'd like
After #24390 completed we can combine all join tests under same file, having join methods as a matrix
Describe alternatives you've considered
No response
Additional context
No response