We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa9d92 commit 07e4c8fCopy full SHA for 07e4c8f
sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala
@@ -2572,7 +2572,7 @@ class Dataset[T] private[sql](
2572
val toJava: (Any) => Any = EvaluatePython.toJava(_, schema)
2573
val iter = new SerDeUtil.AutoBatchedPickler(
2574
queryExecution.executedPlan.executeCollect().iterator.map(toJava))
2575
- PythonRDD.serveIterator(iter, s"serve-DataFrame")
+ PythonRDD.serveIterator(iter, "serve-DataFrame")
2576
}
2577
2578
0 commit comments