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-32741][SQL] Check if the same ExprId refers to the unique attribute in logical plans #29585

Closed
wants to merge 16 commits into from

Commits on Sep 27, 2020

  1. Fix

    maropu committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    6b73170 View commit details
    Browse the repository at this point in the history
  2. Fix

    maropu committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    cf1e86f View commit details
    Browse the repository at this point in the history
  3. review

    maropu committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    8da2af5 View commit details
    Browse the repository at this point in the history
  4. review

    maropu committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    2d0d265 View commit details
    Browse the repository at this point in the history
  5. Fix test failures

    maropu committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    8fece42 View commit details
    Browse the repository at this point in the history
  6. review

    maropu committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    73ca795 View commit details
    Browse the repository at this point in the history
  7. Add comments

    maropu committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    93cd9e6 View commit details
    Browse the repository at this point in the history
  8. Fix

    maropu committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    c78e517 View commit details
    Browse the repository at this point in the history
  9. Update

    maropu committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    8b86bcf View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Bugfix

    maropu committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    4c8a81e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. remove unused imports

    maropu committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    454821a View commit details
    Browse the repository at this point in the history
  2. Revert "remove unused imports"

    This reverts commit 454821a.
    maropu committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    fe44f6f View commit details
    Browse the repository at this point in the history
  3. Revert "Bugfix"

    This reverts commit 4c8a81e.
    maropu committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    241d697 View commit details
    Browse the repository at this point in the history
  4. Revert "Update"

    This reverts commit 8b86bcf.
    maropu committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    2c6ba20 View commit details
    Browse the repository at this point in the history
  5. Revert "Fix"

    This reverts commit c78e517.
    maropu committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    d98b915 View commit details
    Browse the repository at this point in the history
  6. revert

    maropu committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    e3c8742 View commit details
    Browse the repository at this point in the history