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

[release-16.0] planner fix: scoping rules for JOIN ON expression inside a subquery #12891

Merged
merged 2 commits into from
Apr 14, 2023

Commits on Apr 13, 2023

  1. planner fix: scoping rules for JOIN ON expression inside a subquery (v…

    …itessio#12881)
    
    * fix: scoping rules for on clause expression inside a subquery
    
    Signed-off-by: Harshit Gangal <[email protected]>
    
    * find the parent scope of the statement in on clause
    
    Signed-off-by: harshit-gangal <[email protected]>
    
    * addressed review comments
    
    Signed-off-by: harshit-gangal <[email protected]>
    
    ---------
    
    Signed-off-by: Harshit Gangal <[email protected]>
    Signed-off-by: harshit-gangal <[email protected]>
    Signed-off-by: Florent Poinsard <[email protected]>
    harshit-gangal authored and frouioui committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    6a8cab0 View commit details
    Browse the repository at this point in the history
  2. Fix plan test expectation for v3

    Signed-off-by: Florent Poinsard <[email protected]>
    frouioui committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    4a4bcb5 View commit details
    Browse the repository at this point in the history