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 d1e9a48 commit 9f5527eCopy full SHA for 9f5527e
sql/core/src/main/scala/org/apache/spark/sql/execution/ExistingRDD.scala
@@ -337,7 +337,7 @@ case class OneRowRelationExec() extends LeafExecNode
337
val numOutputRows = longMetric("numOutputRows")
338
session
339
.sparkContext
340
- .parallelize(Seq[Int](), 1)
+ .parallelize(Seq(""), 1)
341
.mapPartitionsInternal { _ =>
342
val proj = UnsafeProjection.create(Seq.empty[Expression])
343
Iterator(proj.apply(InternalRow.empty)).map { r =>
0 commit comments