712b57b981ec2ace8b16b1c34654ad91e1c2cf31
Files Diff
- Added: 5
- Removed: 2
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getConnection() : UserClientConnection renamed to public getUserDataTunnel() : AccountingUserConnection in class org.apache.drill.exec.ops.FragmentContext | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type tunnel : DataTunnel to tunnel : AccountingDataTunnel in method public OutgoingRecordBatch(stats OperatorStats, operator HashPartitionSender, tunnel AccountingDataTunnel, context FragmentContext, allocator BufferAllocator, oppositeMinorFragmentId int) in class org.apache.drill.exec.physical.impl.partitionsender.PartitionerTemplate.OutgoingRecordBatch | From | To | |
Change Return Type | 2 | ||
Change Return Type UserClientConnection to AccountingUserConnection in method public getUserDataTunnel() : AccountingUserConnection in class org.apache.drill.exec.ops.FragmentContext | From | To | |
Change Return Type DataTunnel to AccountingDataTunnel in method public getDataTunnel(endpoint DrillbitEndpoint) : AccountingDataTunnel in class org.apache.drill.exec.ops.FragmentContext | From | To | |
Move Attribute | 1 | ||
Move Attribute package connection : UserClientConnection from class org.apache.drill.exec.physical.impl.ScreenCreator.ScreenRoot to private connection : UserClientConnection from class org.apache.drill.exec.ops.AccountingUserConnection | From | To | |
Extract Class | 1 | ||
Extract Class org.apache.drill.exec.ops.AccountingUserConnection from class org.apache.drill.exec.physical.impl.ScreenCreator.ScreenRoot | From | To | |
Move Class | 1 | ||
Move Class org.apache.drill.exec.physical.impl.SendingAccountor moved to org.apache.drill.exec.ops.SendingAccountor | From | To | |
Rename Attribute | 1 | ||
Rename Attribute connection : UserClientConnection to userConnection : AccountingUserConnection in class org.apache.drill.exec.physical.impl.ScreenCreator.ScreenRoot | From | To | |
Change Variable Type | 2 | ||
Change Variable Type tunnel : DataTunnel to tunnel : AccountingDataTunnel in method public sendEmptyBatch(isLast boolean) : void in class org.apache.drill.exec.physical.impl.partitionsender.PartitionSenderRootExec | From | To | |
Change Variable Type tunnel : DataTunnel to tunnel : AccountingDataTunnel in method public getDataTunnel(endpoint DrillbitEndpoint) : AccountingDataTunnel in class org.apache.drill.exec.ops.FragmentContext | From | To | |
Change Attribute Type | 5 | ||
Change Attribute Type tunnel : DataTunnel to tunnel : AccountingDataTunnel in class org.apache.drill.exec.physical.impl.partitionsender.PartitionerTemplate.OutgoingRecordBatch | From | To | |
Change Attribute Type tunnels : Map<DrillbitEndpoint,DataTunnel> to tunnels : Map<DrillbitEndpoint,AccountingDataTunnel> in class org.apache.drill.exec.ops.FragmentContext | From | To | |
Change Attribute Type tunnels : DataTunnel[] to tunnels : AccountingDataTunnel[] in class org.apache.drill.exec.physical.impl.broadcastsender.BroadcastSenderRootExec | From | To | |
Change Attribute Type tunnel : DataTunnel to tunnel : AccountingDataTunnel in class org.apache.drill.exec.physical.impl.SingleSenderCreator.SingleSenderRootExec | From | To | |
Change Attribute Type connection : UserClientConnection to userConnection : AccountingUserConnection in class org.apache.drill.exec.physical.impl.ScreenCreator.ScreenRoot | From | To | |
Rename Parameter | 2 | ||
Rename Parameter context : FragmentContext to fragmentContext : FragmentContext in method public BaseRootExec(fragmentContext FragmentContext, oContext OperatorContext, config PhysicalOperator) in class org.apache.drill.exec.physical.impl.BaseRootExec | From | To | |
Rename Parameter context : FragmentContext to fragmentContext : FragmentContext in method public BaseRootExec(fragmentContext FragmentContext, config PhysicalOperator) in class org.apache.drill.exec.physical.impl.BaseRootExec | From | To |