Skip to content

Commit 597c7f5

Browse files
committed
cleanup
1 parent dd9547a commit 597c7f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ case class OneRowRelationExec() extends LeafExecNode
356356

357357
override def inputRDD: RDD[InternalRow] = rdd
358358

359-
// Input can be InternalRow, has to be turned into UnsafeRows.
360359
override protected val createUnsafeProjection: Boolean = true
361360

362361
override protected def doCanonicalize(): SparkPlan = {

0 commit comments

Comments
 (0)