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

Fix dual merging in outer join queries #15959

Merged
merged 6 commits into from
Jun 13, 2024

Commits on May 16, 2024

  1. feat: fix dual merging

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    4cb3d1b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. refactor: make code simpler

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e912c3c View commit details
    Browse the repository at this point in the history
  2. feat: add logic to better merge dual queries

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    8d67079 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Merge remote-tracking branch 'upstream/main' into fix-dual-merging

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    aa5d14d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. feat: use clone and push join predicates on rhs before merging with d…

    …ual query
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8c00bbe View commit details
    Browse the repository at this point in the history
  2. feat: fix join to use direct dependencies, and add more e2e tests

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    84c968f View commit details
    Browse the repository at this point in the history