SparkQA commented on issue #24706: [SPARK-23128][SQL] A new approach to do 
adaptive execution in Spark SQL
URL: https://github.com/apache/spark/pull/24706#issuecomment-496590056
 
 
   **[Test build #105870 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105870/testReport)**
 for PR 24706 at commit 
[`52f0222`](https://github.com/apache/spark/commit/52f0222936b4d8cd4780d17d12594d88bcfaac17).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds the following public classes _(experimental)_:
     * `case class AdaptiveSparkPlanExec(`
     * `case class StageSuccess(stage: QueryStageExec) extends 
StageMaterializationEvent`
     * `case class StageFailure(stage: QueryStageExec, error: Throwable) 
extends StageMaterializationEvent`
     * `case class InsertAdaptiveSparkPlan(session: SparkSession) extends 
Rule[SparkPlan] `
     * `case class LogicalQueryStage(`
     * `case class PlanAdaptiveSubqueries(`
     * `abstract class QueryStageExec extends LeafExecNode `
     * `case class ShuffleQueryStageExec(`
     * `case class BroadcastQueryStageExec(`
     * `case class ReusedQueryStageExec(`
     * `case class SparkListenerSQLAdaptiveExecutionUpdate(`

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