-
Notifications
You must be signed in to change notification settings - Fork 141
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
JOIN support improvement #49
Comments
JOIN with nested loops join algorithm in new engine |
Inquiry: #857 |
Requirements in observability: #892 |
Another option we can explore is to reuse legacy JOIN implementation in v2 engine directly by:
The main blocker to make this happen is v2 engine doesn't support symbol resolution very well. For example, Test branch: https://github.com/dai-chen/sql-1/tree/test-legacy-join-port
|
Is your feature request related to a problem? Please describe.
There is limited support for JOIN queries which needs improvement. In particular, post processing such as filtering and aggregation after inner/outer join is most wanted. This capability is required by PPL lookup command.
Here are the feature requests from community:
Describe the solution you'd like
N/A
Describe alternatives you've considered
N/A
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: