Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/19147#discussion_r137945184
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/python/BatchEvalPythonExec.scala
---
@@ -62,6 +62,7 @@ import org.apache.spark.util.Utils
*/
case class BatchEvalPythonExec(udfs: Seq[PythonUDF], output:
Seq[Attribute], child: SparkPlan)
--- End diff --
Maybe rename `BatchEvalPythonExec` as it is not just for batched python
udfs now.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]