-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Planner Bug: Joins inside derived table #14974
Planner Bug: Joins inside derived table #14974
Commits on Feb 6, 2024
-
refactor: remove the Predicate field from ApplyJoin
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 723997a - Browse repository at this point
Copy the full SHA 723997aView commit details -
Update short description of applyjoin
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Configuration menu - View commit details
-
Copy full SHA for 1bf87e8 - Browse repository at this point
Copy the full SHA 1bf87e8View commit details -
refactor: extract common helper method
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for ae10ee0 - Browse repository at this point
Copy the full SHA ae10ee0View commit details -
refactor: move projection pushing to it's own file
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 371c159 - Browse repository at this point
Copy the full SHA 371c159View commit details -
Configuration menu - View commit details
-
Copy full SHA for d11d954 - Browse repository at this point
Copy the full SHA d11d954View commit details -
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Configuration menu - View commit details
-
Copy full SHA for eb0f1b5 - Browse repository at this point
Copy the full SHA eb0f1b5View commit details -
update ApplyJoin.ShortDesription again
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for fdb8c65 - Browse repository at this point
Copy the full SHA fdb8c65View commit details -
feat: update how we expose columns from derived tables
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 7fe7e6e - Browse repository at this point
Copy the full SHA 7fe7e6eView commit details -
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 7754ade - Browse repository at this point
Copy the full SHA 7754adeView commit details -
Update go/vt/vtgate/planbuilder/operators/projection_pushing.go
Co-authored-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com> Signed-off-by: Andrés Taylor <andres@taylor.se>
Configuration menu - View commit details
-
Copy full SHA for 5d30fd0 - Browse repository at this point
Copy the full SHA 5d30fd0View commit details -
planner fix: only expose columns being returned from the RHS
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 4c8e0e3 - Browse repository at this point
Copy the full SHA 4c8e0e3View commit details
Commits on Feb 7, 2024
-
wip - stop columns from inside subqueries from leaking out
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 4e8dd5c - Browse repository at this point
Copy the full SHA 4e8dd5cView commit details -
bugfix: push down the correct subquery expression from derived tables
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for fe34b01 - Browse repository at this point
Copy the full SHA fe34b01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57aed9b - Browse repository at this point
Copy the full SHA 57aed9bView commit details