3e0fa7e60409e33af8f0006868157493acffa0ce
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getPartitionedSources() : List<PlanNodeId> renamed to public getTableScanSchedulingOrder() : List<PlanNodeId> in class com.facebook.presto.sql.planner.PlanFragment | From | To | |
Rename Variable | 3 | ||
Rename Variable partitionedSources : ImmutableSet<PlanNodeId> to tableScanPlanNodeIds : Set<PlanNodeId> in method private createDrivers(session Session, plan Plan, outputFactory OutputFactory, taskContext TaskContext) : List<Driver> in class com.facebook.presto.testing.LocalQueryRunner | From | To | |
Rename Variable partitionedSource : PlanNodeId to tableScanPlanNodeId : PlanNodeId in method public schedulingComplete() : void in class com.facebook.presto.execution.SqlStageExecution | From | To | |
Rename Variable partitionedSource : PlanNodeId to tableScanPlanNodeId : PlanNodeId in method public getPartitionedSplitCount() : int in class com.facebook.presto.execution.MockRemoteTaskFactory.MockRemoteTask | From | To | |
Rename Attribute | 1 | ||
Rename Attribute partitionedSources : List<PlanNodeId> to tableScanSchedulingOrder : List<PlanNodeId> in class com.facebook.presto.sql.planner.PlanFragment | From | To | |
Change Variable Type | 1 | ||
Change Variable Type partitionedSources : ImmutableSet<PlanNodeId> to tableScanPlanNodeIds : Set<PlanNodeId> in method private createDrivers(session Session, plan Plan, outputFactory OutputFactory, taskContext TaskContext) : List<Driver> in class com.facebook.presto.testing.LocalQueryRunner | From | To | |
Rename Parameter | 1 | ||
Rename Parameter partitionedSources : List<PlanNodeId> to tableScanSchedulingOrder : List<PlanNodeId> in method public PlanFragment(id PlanFragmentId, root PlanNode, symbols Map<Symbol,Type>, partitioning PartitioningHandle, tableScanSchedulingOrder List<PlanNodeId>, partitioningScheme PartitioningScheme, stageExecutionDescriptor StageExecutionDescriptor, materializedExchangeSource boolean, statsAndCosts StatsAndCosts, jsonRepresentation Optional<String>) in class com.facebook.presto.sql.planner.PlanFragment | From | To |