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

Support table scans in expressions (subquery) #31

Closed
backkem opened this issue Apr 16, 2024 · 1 comment
Closed

Support table scans in expressions (subquery) #31

backkem opened this issue Apr 16, 2024 · 1 comment

Comments

@backkem
Copy link
Collaborator

backkem commented Apr 16, 2024

We're currently not walking expressions in the FederationAnalyzerRule. This means any table scans in expressions are not handled correctly. For example, this means subqueries in a projection or filter are not handled. A first implementation could find table scans in the expressions and incorporate them into optimize_recursively.

@backkem
Copy link
Collaborator Author

backkem commented Sep 20, 2024

Closed by #37.

@backkem backkem closed this as completed Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant