We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9547a commit 597c7f5Copy full SHA for 597c7f5
sql/core/src/main/scala/org/apache/spark/sql/execution/ExistingRDD.scala
@@ -356,7 +356,6 @@ case class OneRowRelationExec() extends LeafExecNode
356
357
override def inputRDD: RDD[InternalRow] = rdd
358
359
- // Input can be InternalRow, has to be turned into UnsafeRows.
360
override protected val createUnsafeProjection: Boolean = true
361
362
override protected def doCanonicalize(): SparkPlan = {
0 commit comments