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 multiple hash joins in one query with common probe side #11390

Open
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 #10478. The bug only happens with dynamic filter pushdown which is allowed in hash-based inner-join, left-semi-filter-join, right-semi-filter-join, and right-semi-project-join, and when the number of distinct keys in the build side is small.

@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