Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Davies Liu committed Mar 10, 2016
1 parent c159b25 commit b482d2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private[sql] case class PhysicalRDD(
}

override def simpleString: String = {
s"RDD $nodeName${output.mkString("[", ",", "]")}"
s"Scan $nodeName${output.mkString("[", ",", "]")}"
}
}

Expand Down

0 comments on commit b482d2c

Please sign in to comment.