fa4a217c5de1edf55cfdc5292baa56f767e44588
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method private scheduleUnpartitionedSource(sourceUpdate TaskSource, updatedUnpartitionedSources Map<PlanNodeId,TaskSource>) : void renamed to private scheduleRemoteSource(sourceUpdate TaskSource, updatedRemoteSources Map<PlanNodeId,TaskSource>) : void in class com.facebook.presto.execution.SqlTaskExecution | From | To | |
| Rename Method private schedulePartitionedSource(sourceUpdate TaskSource) : void renamed to private scheduleTableScanSource(sourceUpdate TaskSource) : void in class com.facebook.presto.execution.SqlTaskExecution | From | To | |
| Rename Method public getPartitionedSourceOrder() : List<PlanNodeId> renamed to public getTableScanSourceOrder() : List<PlanNodeId> in class com.facebook.presto.sql.planner.LocalExecutionPlanner.LocalExecutionPlan | From | To | |
| Rename Variable | 3 | ||
| Rename Variable partitionedSources : Set<PlanNodeId> to tableScanSources : Set<PlanNodeId> in method private SqlTaskExecution(taskStateMachine TaskStateMachine, taskContext TaskContext, outputBuffer OutputBuffer, localExecutionPlan LocalExecutionPlan, taskExecutor TaskExecutor, splitMonitor SplitMonitor, notificationExecutor Executor) in class com.facebook.presto.execution.SqlTaskExecution | From | To | |
| Rename Variable updatedUnpartitionedSources : Map<PlanNodeId,TaskSource> to updatedRemoteSources : Map<PlanNodeId,TaskSource> in method private updateSources(sources List<TaskSource>) : Map<PlanNodeId,TaskSource> in class com.facebook.presto.execution.SqlTaskExecution | From | To | |
| Rename Variable updatedUnpartitionedSources : Map<PlanNodeId,TaskSource> to updatedRemoteSources : Map<PlanNodeId,TaskSource> in method public addSources(sources List<TaskSource>) : void in class com.facebook.presto.execution.SqlTaskExecution | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute unpartitionedSources : ConcurrentMap<PlanNodeId,TaskSource> to remoteSources : ConcurrentMap<PlanNodeId,TaskSource> in class com.facebook.presto.execution.SqlTaskExecution | From | To | |
| Rename Attribute partitionedSourceOrder : List<PlanNodeId> to tableScanSourceOrder : List<PlanNodeId> in class com.facebook.presto.sql.planner.LocalExecutionPlanner.LocalExecutionPlan | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter updatedUnpartitionedSources : Map<PlanNodeId,TaskSource> to updatedRemoteSources : Map<PlanNodeId,TaskSource> in method private scheduleRemoteSource(sourceUpdate TaskSource, updatedRemoteSources Map<PlanNodeId,TaskSource>) : void in class com.facebook.presto.execution.SqlTaskExecution | From | To | |
| Rename Parameter partitionedSourceOrder : List<PlanNodeId> to tableScanSourceOrder : List<PlanNodeId> in method public LocalExecutionPlan(driverFactories List<DriverFactory>, tableScanSourceOrder List<PlanNodeId>, stageExecutionDescriptor StageExecutionDescriptor) in class com.facebook.presto.sql.planner.LocalExecutionPlanner.LocalExecutionPlan | From | To |