Skip to content

Commit

Permalink
remove case which is already defined in 'pass through'
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSaVioR committed May 21, 2018
1 parent 139aefa commit 971abb6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -578,9 +578,6 @@ abstract class SparkStrategies extends QueryPlanner[SparkPlan] {
case logical.MapPartitionsInR(f, p, b, is, os, objAttr, child) =>
execution.MapPartitionsExec(
execution.r.MapPartitionsRWrapper(f, p, b, is, os), objAttr, planLater(child)) :: Nil
case logical.FlatMapGroupsInR(f, p, b, is, os, key, value, grouping, data, objAttr, child) =>
execution.FlatMapGroupsInRExec(f, p, b, is, os, key, value, grouping,
data, objAttr, planLater(child)) :: Nil
case logical.MapElements(f, _, _, objAttr, child) =>
execution.MapElementsExec(f, objAttr, planLater(child)) :: Nil
case logical.AppendColumns(f, _, _, in, out, child) =>
Expand Down

0 comments on commit 971abb6

Please sign in to comment.