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

[FEA] support split join condition for broadcast hash join into AST and non-AST #9759

Open
winningsix opened this issue Nov 16, 2023 · 1 comment · Fixed by #9760
Open

[FEA] support split join condition for broadcast hash join into AST and non-AST #9759

winningsix opened this issue Nov 16, 2023 · 1 comment · Fixed by #9760
Assignees
Labels
feature request New feature or request

Comments

@winningsix
Copy link
Collaborator

For broadcast hash join, if broadcast hash join contains some conditions non AST-able, we should split it following into some project nodes when we can.

@revans2
Copy link
Collaborator

revans2 commented Nov 17, 2023

Why just broadcast? Why not make it generic for all of the joins that can use AST?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants