comphead opened a new issue, #24641: URL: https://github.com/apache/datafusion/issues/24641
### Is your feature request related to a problem or challenge? Datafusion currently supports HJ, SMJ, NLJ, PWMJ also hybrid/grace HJ described https://github.com/apache/datafusion/issues/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 https://github.com/apache/datafusion/issues/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_ -- 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]
