SparkQA commented on issue #27511: [SPARK-30765][SQL] Refine base operator 
abstraction code style
URL: https://github.com/apache/spark/pull/27511#issuecomment-584786890
 
 
   **[Test build #118240 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/118240/testReport)**
 for PR 27511 at commit 
[`cc709a6`](https://github.com/apache/spark/commit/cc709a64ce8582d30c22932d98b55485f6e6b284).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds the following public classes _(experimental)_:
     * `case class ReusedSubqueryExec(child: BaseSubqueryExec)`
     * `case class CollectTailExec(limit: Int, child: SparkPlan) extends 
LimitExec `
     * `case class LocalLimitExec(limit: Int, child: SparkPlan) extends 
BaseLimitExec `
     * `case class GlobalLimitExec(limit: Int, child: SparkPlan) extends 
BaseLimitExec `

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to