|
Change Variable Type subStage : StageExecutionNode to subStage : SqlStageExecution in method private setNoMoreStageNodes() : void in class com.facebook.presto.execution.SqlStageExecution |
From |
To |
|
Change Variable Type subStage : StageExecutionNode to subStage : SqlStageExecution in method private scheduleFixedNodeCount(nodeCount int) : void in class com.facebook.presto.execution.SqlStageExecution |
From |
To |
|
Change Variable Type subStages : ImmutableMap.Builder<PlanFragmentId,StageExecutionNode> to subStages : ImmutableMap.Builder<PlanFragmentId,SqlStageExecution> in method private SqlStageExecution(queryId QueryId, nextStageId AtomicInteger, locationFactory LocationFactory, plan StageExecutionPlan, nodeScheduler NodeScheduler, remoteTaskFactory RemoteTaskFactory, session Session, splitBatchSize int, initialHashPartitions int, executor ExecutorService, nodeTaskMap NodeTaskMap) in class com.facebook.presto.execution.SqlStageExecution |
From |
To |
|
Change Variable Type subStage : StageExecutionNode to subStage : SqlStageExecution in method public cancelStage(stageId StageId) : void in class com.facebook.presto.execution.SqlStageExecution |
From |
To |
|
Change Variable Type subStage : StageExecutionNode to subStage : SqlStageExecution in method private SqlStageExecution(queryId QueryId, nextStageId AtomicInteger, locationFactory LocationFactory, plan StageExecutionPlan, nodeScheduler NodeScheduler, remoteTaskFactory RemoteTaskFactory, session Session, splitBatchSize int, initialHashPartitions int, executor ExecutorService, nodeTaskMap NodeTaskMap) in class com.facebook.presto.execution.SqlStageExecution |
From |
To |
|
Change Variable Type subStage : StageExecutionNode to subStage : SqlStageExecution in method public getTotalMemoryReservation() : long in class com.facebook.presto.execution.SqlStageExecution |
From |
To |
|
Change Variable Type subStage : StageExecutionNode to subStage : SqlStageExecution in method private updateCompleteSources() : Set<PlanNodeId> in class com.facebook.presto.execution.SqlStageExecution |
From |
To |
|
Change Variable Type subStage : StageExecutionNode to subStage : SqlStageExecution in method private addStageNode(task TaskId) : void in class com.facebook.presto.execution.SqlStageExecution |
From |
To |
|
Change Variable Type subStage : StageExecutionNode to subStage : SqlStageExecution in method private scheduleOnCurrentNode() : void in class com.facebook.presto.execution.SqlStageExecution |
From |
To |
|
Change Variable Type subStage : StageExecutionNode to subStage : SqlStageExecution in method private getNewExchangeLocations() : Multimap<PlanNodeId,URI> in class com.facebook.presto.execution.SqlStageExecution |
From |
To |