Skip to content

Commit bf90ac7

Browse files
committed
review comment
1 parent 0c0aa94 commit bf90ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/LocalTableScanExec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ case class LocalTableScanExec(
3030
output: Seq[Attribute],
3131
@transient rows: Seq[InternalRow]) extends LeafExecNode {
3232

33-
override val nodeName: String = s"Scan LocalTable ${output.map(_.name).mkString("[", ",", "]")}"
33+
override val nodeName: String = s"Scan LocalTable"
3434

3535
override lazy val metrics = Map(
3636
"numOutputRows" -> SQLMetrics.createMetric(sparkContext, "number of output rows"))

0 commit comments

Comments
 (0)