c2affb70afb5d236f011bed2fc6e5fab2dc43d47
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testTopNRowNumberPartitioned(hashEnabled boolean) : void renamed to public testPartitioned(hashEnabled boolean) : void in class com.facebook.presto.operator.TestTopNRowNumberOperator | From | To | |
Rename Method public testTopNRowNumberUnPartitioned() : void renamed to public testUnPartitioned(partial boolean) : void in class com.facebook.presto.operator.TestTopNRowNumberOperator | From | To | |
Move Attribute | 1 | ||
Move Attribute private outputIterator : Iterator<Page> from class com.facebook.presto.operator.TopNRowNumberOperator.FlushingPartition to private outputIterator : Iterator<Page> from class com.facebook.presto.operator.TopNRowNumberOperator | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type groupByHash : Optional<GroupByHash> to groupByHash : GroupByHash in class com.facebook.presto.operator.TopNRowNumberOperator | From | To | |
Change Attribute Type outputChannels : int[] to outputChannels : List<Integer> in class com.facebook.presto.operator.TopNRowNumberOperator | From | To |