Skip to content

Commit

Permalink
Override otherCopyArgs for ExplainCommandPhysical.
Browse files Browse the repository at this point in the history
  • Loading branch information
concretevitamin committed Jun 7, 2014
1 parent 4318fd7 commit 719ada9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ case class ExplainCommandPhysical(child: SparkPlan)
}

def output: Seq[Attribute] = child.output // right thing to do?

override def otherCopyArgs = context :: Nil
}

0 comments on commit 719ada9

Please sign in to comment.