Eric5553 commented on a change in pull request #27511: [SPARK-30765][SQL]
Refine base operator abstraction code style
URL: https://github.com/apache/spark/pull/27511#discussion_r383776024
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/python/EvalPythonExec.scala
##########
@@ -57,8 +57,9 @@ import org.apache.spark.util.Utils
* there should be always some rows buffered in the socket or Python process,
so the pulling from
* RowQueue ALWAYS happened after pushing into it.
*/
-abstract class EvalPythonExec(udfs: Seq[PythonUDF], resultAttrs:
Seq[Attribute], child: SparkPlan)
- extends UnaryExecNode {
+abstract class EvalPythonExec extends UnaryExecNode {
Review comment:
Updated in 364f5a70d98260573f9314592ff8ca8a39459a02
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]