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

[SPARK-39172][SQL] Remove left/right outer join if only left/right side columns are selected and the join keys on the other side are unique #36530

Closed
wants to merge 4 commits into from

Commits on May 13, 2022

  1. Remove outer join if all output come from streamed side and buffered …

    …side keys exist unique key
    ulysses-you committed May 13, 2022
    Configuration menu
    Copy the full SHA
    3a173fb View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. address coment

    ulysses-you committed May 16, 2022
    Configuration menu
    Copy the full SHA
    c02e908 View commit details
    Browse the repository at this point in the history
  2. address comments

    ulysses-you committed May 16, 2022
    Configuration menu
    Copy the full SHA
    c1e3317 View commit details
    Browse the repository at this point in the history
  3. address comments

    ulysses-you committed May 16, 2022
    Configuration menu
    Copy the full SHA
    50ecc1d View commit details
    Browse the repository at this point in the history