Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance JoinFuzzer to test joins with conjunction filters #11391

Open
kagamiori opened this issue Oct 30, 2024 · 0 comments
Open

Enhance JoinFuzzer to test joins with conjunction filters #11391

kagamiori opened this issue Oct 30, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request fuzzer Issues related the to Velox fuzzer test components.

Comments

@kagamiori
Copy link
Contributor

Description

This enhancement is motivated by a recent bug fixed in #10045. The bug could happen in all types of joins except right-semi-filter and right-semi-project joins. The bug happens when the join comes with a filter that is a conjunction on two columns that are included in the join's output. See the test cases added in the fix PR for a concrete example.

@kagamiori kagamiori added enhancement New feature or request fuzzer Issues related the to Velox fuzzer test components. labels Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fuzzer Issues related the to Velox fuzzer test components.
Projects
None yet
Development

No branches or pull requests

2 participants