f68d3e9531c4464854f76eb6ae7d8b39e665c662
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type inputBatch : RecordBatch to batchStatus : BatchStatusWrappper in method private doWork(batchStatus BatchStatusWrappper, newSchema boolean) : IterOutcome in class org.apache.drill.exec.physical.impl.union.UnionAllRecordBatch | From | To | |
Rename Variable | 1 | ||
Rename Variable incoming : RecordBatch to batchStatus : BatchStatusWrappper in method public innerNext() : IterOutcome in class org.apache.drill.exec.physical.impl.union.UnionAllRecordBatch | From | To | |
Change Return Type | 1 | ||
Change Return Type Pair<IterOutcome,RecordBatch> to Pair<IterOutcome,BatchStatusWrappper> in method public next() : Pair<IterOutcome,BatchStatusWrappper> in class org.apache.drill.exec.physical.impl.union.UnionAllRecordBatch.UnionInputIterator | From | To | |
Move Class | 1 | ||
Move Class org.apache.drill.exec.record.JoinBatchMemoryManager.Metric moved to org.apache.drill.exec.record.AbstractBinaryRecordBatch.Metric | From | To | |
Change Variable Type | 2 | ||
Change Variable Type nextBatch : Pair<IterOutcome,RecordBatch> to nextBatch : Pair<IterOutcome,BatchStatusWrappper> in method public innerNext() : IterOutcome in class org.apache.drill.exec.physical.impl.union.UnionAllRecordBatch | From | To | |
Change Variable Type incoming : RecordBatch to batchStatus : BatchStatusWrappper in method public innerNext() : IterOutcome in class org.apache.drill.exec.physical.impl.union.UnionAllRecordBatch | From | To | |
Rename Parameter | 1 | ||
Rename Parameter inputBatch : RecordBatch to batchStatus : BatchStatusWrappper in method private doWork(batchStatus BatchStatusWrappper, newSchema boolean) : IterOutcome in class org.apache.drill.exec.physical.impl.union.UnionAllRecordBatch | From | To |