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-12505] [SQL] Pushdown a Limit on top of an Outer-Join #10454

Closed
wants to merge 4 commits into from

Commits on Dec 23, 2015

  1. outerjoin limit pushdown.

    gatorsmile committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    8df3e0d View commit details
    Browse the repository at this point in the history
  2. revert.

    gatorsmile committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    3779874 View commit details
    Browse the repository at this point in the history
  3. combine the limits.

    gatorsmile committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    72f73fb View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2015

  1. fix the bug.

    gatorsmile committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    ee91303 View commit details
    Browse the repository at this point in the history