49d316a1cb22f79061e246b5e197547dac730232
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Attribute Type | 2 | ||
| Change Attribute Type batchesSent : int to batchesSent : AtomicInteger in class org.apache.drill.exec.physical.impl.SendingAccountor | From | To | |
| Change Attribute Type partitioner : Partitioner to partitioner : PartitionerDecorator in class org.apache.drill.exec.physical.impl.partitionsender.PartitionSenderRootExec | From | To | |
| Extract Method | 4 | ||
| Extract Method private doCopy(svIndex int) : void extracted from public partitionBatch(incoming RecordBatch) : void in class org.apache.drill.exec.physical.impl.partitionsender.PartitionerTemplate | From | To | |
| Extract Method private createClassInstances(actualPartitions int) : List<Partitioner> extracted from private createPartitioner() : void in class org.apache.drill.exec.physical.impl.partitionsender.PartitionSenderRootExec | From | To | |
| Extract Method public getImplementationClass(cg CodeGenerator<?>, instanceNumber int) : List<T> extracted from public getImplementationClass(cg CodeGenerator<?>) : T in class org.apache.drill.exec.compile.CodeCompiler | From | To |