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

frontend: Fix downstream queries in experimental subquery spin-off feature #10603

Merged
merged 2 commits into from
Feb 7, 2025

Conversation

julienduchesne
Copy link
Member

@julienduchesne julienduchesne commented Feb 7, 2025

Massive oversight in #10460

The downstream queries were all just __query__ instead of the actual query. I also optimized the mapper so that it groups downstream queries further up the tree, which should reduce the number of queries that need to be run.

Most queries when testing were still passing since joining subqueries and non subqueries is pretty rare in practice, it seems

…ature

Massive oversight in #10460. The downstream queries were all just `__query__` instead of the actual query.
I also optimized the mapper so that it groups downstream queries further up the tree, which should reduce the number of queries that need to be run.
@julienduchesne julienduchesne marked this pull request as ready for review February 7, 2025 17:10
@julienduchesne julienduchesne requested a review from a team as a code owner February 7, 2025 17:10
@julienduchesne julienduchesne requested a review from a team February 7, 2025 17:48
@julienduchesne julienduchesne merged commit 6e1e4bd into main Feb 7, 2025
28 checks passed
@julienduchesne julienduchesne deleted the julienduchesne/spin-off-fix-query branch February 7, 2025 18:11
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 this pull request may close these issues.

2 participants