Skip to content

Commit 9f5527e

Browse files
authored
Update sql/core/src/main/scala/org/apache/spark/sql/execution/ExistingRDD.scala
1 parent d1e9a48 commit 9f5527e

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/ExistingRDD.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ case class OneRowRelationExec() extends LeafExecNode
337337
val numOutputRows = longMetric("numOutputRows")
338338
session
339339
.sparkContext
340-
.parallelize(Seq[Int](), 1)
340+
.parallelize(Seq(""), 1)
341341
.mapPartitionsInternal { _ =>
342342
val proj = UnsafeProjection.create(Seq.empty[Expression])
343343
Iterator(proj.apply(InternalRow.empty)).map { r =>

0 commit comments

Comments
 (0)