SparkQA commented on issue #27511: [SPARK-30765][SQL] Refine base operator abstraction code style URL: https://github.com/apache/spark/pull/27511#issuecomment-584796476 **[Test build #118239 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/118239/testReport)** for PR 27511 at commit [`7ad8d83`](https://github.com/apache/spark/commit/7ad8d83b227f7b41b76502c06f82969e594b58d8). * This patch passes all tests. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `case class SubqueryExec(name: String, child: SparkPlan)` * `case class CollectLimitExec(limit: Int, child: SparkPlan) extends LimitExec ` * `case class ArrowEvalPythonExec(udfs: Seq[PythonUDF], resultAttrs: Seq[Attribute], child: SparkPlan,` * `case class BatchEvalPythonExec(udfs: Seq[PythonUDF], resultAttrs: Seq[Attribute], child: SparkPlan)` * `case class StreamingLocalLimitExec(limit: Int, 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]
