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

Move the extracting join keys logic to optimizer #4710

Closed
ygf11 opened this issue Dec 22, 2022 · 0 comments · Fixed by #4711
Closed

Move the extracting join keys logic to optimizer #4710

ygf11 opened this issue Dec 22, 2022 · 0 comments · Fixed by #4711
Labels
enhancement New feature or request

Comments

@ygf11
Copy link
Contributor

ygf11 commented Dec 22, 2022

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

Currently the extract_join_keys is only invoked in the sql planner(join), then the join api of dataframe needs explictly specify the equijoin predicate if they want equijoin.

Describe the solution you'd like
I would like to move the extract_join_keys to optimizer.

Describe alternatives you've considered

Additional context

@ygf11 ygf11 added the enhancement New feature or request label Dec 22, 2022
@ygf11 ygf11 changed the title Move extracting join keys to optimizer Move the extracting join keys logic to optimizer Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant