9dfbf93d770578a26783d2b59b999b91267f8983
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public get() : LookupSource renamed to public getLookupSource() : LookupSource in class com.facebook.presto.operator.OuterLookupSource.OuterLookupSourceSupplier | From | To | |
Move Method | 1 | ||
Move Method public getOuterPositionIterator() : OuterPositionIterator from class com.facebook.presto.operator.OuterLookupSource to public getOuterPositionIterator() : OuterPositionIterator from class com.facebook.presto.operator.OuterLookupSource.OuterLookupSourceSupplier | From | To | |
Change Return Type | 2 | ||
Change Return Type Supplier<LookupSource> to TrackingLookupSourceSupplier in method public createOuterLookupSourceSupplier(lookupSourceSupplier Supplier<LookupSource>) : TrackingLookupSourceSupplier in class com.facebook.presto.operator.OuterLookupSource | From | To | |
Change Return Type Supplier<LookupSource> to TrackingLookupSourceSupplier in method public createPartitionedLookupSourceSupplier(partitions List<Supplier<LookupSource>>, hashChannelTypes List<Type>, outer boolean) : TrackingLookupSourceSupplier in class com.facebook.presto.operator.PartitionedLookupSource | From | To | |
Move Class | 1 | ||
Move Class com.facebook.presto.operator.LookupSource.OuterPositionIterator moved to com.facebook.presto.operator.OuterPositionIterator | From | To | |
Change Variable Type | 1 | ||
Change Variable Type lookupSourceSupplier : Supplier<LookupSource> to lookupSourceSupplier : TrackingLookupSourceSupplier in method public setPartitionLookupSourceSupplier(partitionIndex int, partitionLookupSource Supplier<LookupSource>) : void in class com.facebook.presto.operator.PartitionedLookupSourceFactory | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type lookupSourceSupplier : Supplier<LookupSource> to lookupSourceSupplier : TrackingLookupSourceSupplier in class com.facebook.presto.operator.PartitionedLookupSourceFactory | From | To |