ozankabak opened a new pull request, #13604: URL: https://github.com/apache/datafusion/pull/13604
## Which issue does this PR close? N/A. Closes #. ## Rationale for this change Using succinct test utility functions instead of verbose constructions, making some downstream-useful test utils crate-public. ## What changes are included in this PR? Verbose usages in unit tests of `join_selection.rs` is cleaned up, three useful test utils are made crate-public for facilitating DRY in forks. ## Are these changes tested? Yes, by existing tests. ## Are there any user-facing changes? No, only three useful test utils are now crate-accessible by devs. <!-- If there are any breaking changes to public APIs, please add the `api change` label. --> -- 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]
