36e9cdc2a519ab0efaba83082e05ebe17734ac1b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable driversBySource : Map<PlanNodeId,Driver> to driverFactoriesBySource : Map<PlanNodeId,DriverFactory> in method public createDrivers(session Session, sql String, outputFactory OutputFactory, taskContext TaskContext) : List<Driver> in class com.facebook.presto.testing.LocalQueryRunner | From | To | |
Change Variable Type | 1 | ||
Change Variable Type driversBySource : Map<PlanNodeId,Driver> to driverFactoriesBySource : Map<PlanNodeId,DriverFactory> in method public createDrivers(session Session, sql String, outputFactory OutputFactory, taskContext TaskContext) : List<Driver> in class com.facebook.presto.testing.LocalQueryRunner | From | To |