SparkQA commented on issue #24675: [SPARK-27803][SQL] fix column pruning for python UDF URL: https://github.com/apache/spark/pull/24675#issuecomment-494715462 **[Test build #105671 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105671/testReport)** for PR 24675 at commit [`bbc085d`](https://github.com/apache/spark/commit/bbc085d8792ff6e816179c7cd73ee9a8eefaf94d). * This patch **fails Spark unit tests**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `trait BaseEvalPython extends UnaryNode ` * `case class BatchEvalPython(` * `case class ArrowEvalPython(` * `case class ArrowEvalPythonExec(udfs: Seq[PythonUDF], resultAttrs: Seq[Attribute], child: SparkPlan)` * `case class BatchEvalPythonExec(udfs: Seq[PythonUDF], resultAttrs: Seq[Attribute], child: SparkPlan)` * `abstract class EvalPythonExec(udfs: Seq[PythonUDF], resultAttrs: Seq[Attribute], child: SparkPlan)`
---------------------------------------------------------------- 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]
