Skip to content

Conversation

@feynmanliang
Copy link
Contributor

@jkbradley
Copy link
Member

LGTM pending tests

@SparkQA
Copy link

SparkQA commented Aug 25, 2015

Test build #41543 has finished for PR 8422 at commit 05a8453.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • abstract class SetOperation(left: LogicalPlan, right: LogicalPlan) extends BinaryNode
    • case class Union(left: LogicalPlan, right: LogicalPlan) extends SetOperation(left, right)
    • case class Intersect(left: LogicalPlan, right: LogicalPlan) extends SetOperation(left, right)
    • case class Except(left: LogicalPlan, right: LogicalPlan) extends SetOperation(left, right)

@jkbradley
Copy link
Member

Merging with master and branch-1.5

asfgit pushed a commit that referenced this pull request Aug 25, 2015
See [discussion](#8254 (comment))

CC jkbradley

Author: Feynman Liang <[email protected]>

Closes #8422 from feynmanliang/SPARK-10230.

(cherry picked from commit 881208a)
Signed-off-by: Joseph K. Bradley <[email protected]>
@asfgit asfgit closed this in 881208a Aug 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants