f5957ce3b7d87d89052f0328e569b74ec8aaa3e0
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testPartitionOperatorPreservesFields() : void renamed to public testPartitionCustomOperatorPreservesFields() : void in class org.apache.flink.optimizer.java.PartitionOperatorTest | From | To | |
Change Return Type | 1 | ||
Change Return Type Key<?>[] to Object[] in method public getBucketBoundary(bucketNum int, totalNumBuckets int) : Object[] in class org.apache.flink.api.common.distributions.DataDistribution | From | To | |
Rename Parameter | 1 | ||
Rename Parameter distr : DataDistribution to distribution : DataDistribution in method public OutputEmitter(strategy ShipStrategyType, indexInSubtaskGroup int, comparator TypeComparator<T>, partitioner Partitioner<?>, distribution DataDistribution) in class org.apache.flink.runtime.operators.shipping.OutputEmitter | From | To |