Skip to content

Commit

Permalink
address comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
gatorsmile committed Jan 28, 2016
1 parent e566d79 commit 3be78c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -451,10 +451,6 @@ class Analyzer(
j.copy(right = dedupRight(left, right))
case i @ Intersect(left, right) =>
i.copy(right = dedupRight(left, right))
case e @ Except(left, right) =>
e.copy(right = dedupRight(left, right))
case cg: CoGroup =>
cg.copy(right = dedupRight(cg.left, cg.right))
case other => other
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ object SamplePushDown extends Rule[LogicalPlan] {
}

/**
<<<<<<< HEAD
* Removes cases where we are unnecessarily going between the object and serialized (InternalRow)
* representation of data item. For example back to back map operations.
*/
Expand Down

0 comments on commit 3be78c4

Please sign in to comment.