d247075f827962fe4207bb140aad3c941a537adb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private plan(root SubPlan, visitor Visitor) : StageExecutionPlan renamed to private doPlan(root SubPlan, session Session, allSplitSources ImmutableList.Builder<SplitSource>) : StageExecutionPlan in class com.facebook.presto.sql.planner.DistributedExecutionPlanner | From | To | |
Rename Variable | 1 | ||
Rename Variable result : SubPlan to subPlan : SubPlan in method public createSubPlans(session Session, metadata Metadata, nodePartitioningManager NodePartitioningManager, plan Plan, forceSingleNode boolean) : SubPlan in class com.facebook.presto.sql.planner.PlanFragmenter | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type splitSources : List<SplitSource> to splitSources : ImmutableList.Builder<SplitSource> in class com.facebook.presto.sql.planner.DistributedExecutionPlanner.Visitor | From | To |