Skip to content

Commit

Permalink
Remove duplicate rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuai committed Feb 9, 2015
1 parent 77d89dc commit 4679665
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -342,11 +342,6 @@ private[sql] abstract class SparkStrategies extends QueryPlanner[SparkPlan] {
ExecutedCommand(
RunnableDescribeCommand(resultPlan, resultPlan.output, isExtended)) :: Nil

case LogicalDescribeCommand(table, isExtended) =>
val resultPlan = self.sqlContext.executePlan(table).executedPlan
ExecutedCommand(
RunnableDescribeCommand(resultPlan, resultPlan.output, isExtended)) :: Nil

case _ => Nil
}
}
Expand Down

0 comments on commit 4679665

Please sign in to comment.