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-12656] [SQL] Implement Intersect with Left-semi Join #10630

Closed
wants to merge 44 commits into from

Commits on Nov 13, 2015

  1. Configuration menu
    Copy the full SHA
    01e4cdf View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2015

  1. Configuration menu
    Copy the full SHA
    6835704 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9180687 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2015

  1. SPARK-11633

    gatorsmile committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    b38a21e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2b84af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fda8025 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac0dccd View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2015

  1. Merge remote-tracking branch 'upstream/master'

    Xiao Li authored and Xiao Li committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    6e0018b View commit details
    Browse the repository at this point in the history
  2. converge

    gatorsmile committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    0546772 View commit details
    Browse the repository at this point in the history
  3. converge

    gatorsmile committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    b37a64f View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2016

  1. Configuration menu
    Copy the full SHA
    c2a872c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab6dbd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4276356 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2016

  1. Configuration menu
    Copy the full SHA
    0bd1771 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bd102b View commit details
    Browse the repository at this point in the history
  3. address comments.

    gatorsmile committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    bfa99c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd23b03 View commit details
    Browse the repository at this point in the history
  5. clean code.

    gatorsmile committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    100174a View commit details
    Browse the repository at this point in the history
  6. clean code.

    gatorsmile committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    9aad1cf View commit details
    Browse the repository at this point in the history
  7. address comments.

    gatorsmile committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    6742984 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e4c34f0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2dab708 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2016

  1. Configuration menu
    Copy the full SHA
    9864b3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24cea7d View commit details
    Browse the repository at this point in the history
  3. test case updates.

    gatorsmile committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    27192be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a932cdb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04a26bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0458770 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'IntersectBySemiJoin' into IntersectBySemiJoinMerged

    # Conflicts:
    #	sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala
    gatorsmile committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    6a52e2b View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2016

  1. resolve comments.

    gatorsmile committed Jan 9, 2016
    Configuration menu
    Copy the full SHA
    f820c61 View commit details
    Browse the repository at this point in the history
  2. style change.

    gatorsmile committed Jan 9, 2016
    Configuration menu
    Copy the full SHA
    4372170 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1debdfa View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2016

  1. Configuration menu
    Copy the full SHA
    763706d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2016

  1. Configuration menu
    Copy the full SHA
    4de6ec1 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2016

  1. Configuration menu
    Copy the full SHA
    9422a4f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2016

  1. Configuration menu
    Copy the full SHA
    52bdf48 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2016

  1. Configuration menu
    Copy the full SHA
    1e95df3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d59b37b View commit details
    Browse the repository at this point in the history
  3. fix failed test cases

    gatorsmile committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    6a7979d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2016

  1. Configuration menu
    Copy the full SHA
    fd87585 View commit details
    Browse the repository at this point in the history
  2. address comments.

    gatorsmile committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    e566d79 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. address comments.

    gatorsmile committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    3be78c4 View commit details
    Browse the repository at this point in the history
  2. fixed the failed cases.

    gatorsmile committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    e51de8f View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2016

  1. addressed comments.

    gatorsmile committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    b600089 View commit details
    Browse the repository at this point in the history