SparkQA commented on issue #27511: [SPARK-30765][SQL] Refine base operator 
abstraction code style
URL: https://github.com/apache/spark/pull/27511#issuecomment-583935214
 
 
   **[Test build #118101 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/118101/testReport)**
 for PR 27511 at commit 
[`87c2a32`](https://github.com/apache/spark/commit/87c2a32d84fe42deca43ab006d8978f4c52839c2).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds the following public classes _(experimental)_:
     * `case class SubqueryExec(override val name: String, override val child: 
SparkPlan)`
     * `case class ReusedSubqueryExec(override val child: BaseSubqueryExec)`
     * `case class CollectLimitExec(override val limit: Int, child: SparkPlan) 
extends LimitExec `
     * `case class CollectTailExec(override val limit: Int, child: SparkPlan) 
extends LimitExec `
     * `case class LocalLimitExec(override val limit: Int, child: SparkPlan) 
extends BaseLimitExec `
     * `case class GlobalLimitExec(override val limit: Int, child: SparkPlan) 
extends BaseLimitExec `
     * `case class ArrowEvalPythonExec(`
     * `case class BatchEvalPythonExec(`
     * `abstract class EvalPythonExec extends UnaryExecNode `
     * `case class StreamingLocalLimitExec(override val limit: Int, child: 
SparkPlan)`
     * `abstract class WindowExecBase extends UnaryExecNode `

----------------------------------------------------------------
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]

Reply via email to