Skip to content

Commit

Permalink
Fix merge conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Aug 18, 2016
1 parent 155bd3d commit 1c297fd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -511,7 +511,7 @@ case class OutputFakerExec(output: Seq[Attribute], child: SparkPlan) extends Spa
*/
case class SubqueryExec(name: String, child: SparkPlan) extends UnaryExecNode {

override private[sql] lazy val metrics = Map(
override lazy val metrics = Map(
"dataSize" -> SQLMetrics.createMetric(sparkContext, "data size (bytes)"),
"collectTime" -> SQLMetrics.createMetric(sparkContext, "time to collect (ms)"))

Expand Down

0 comments on commit 1c297fd

Please sign in to comment.