9725d4dfd25e9ac6302122463832f3334dd615fa
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 2 | ||
Move And Rename Method private create2Copier() : Copier from class org.apache.drill.exec.physical.impl.svremover.RemovingRecordBatch to public createAndSetupNonSVGenericCopier(incoming RecordBatch, outputContainer VectorContainer) : Copier from class org.apache.drill.exec.physical.impl.svremover.GenericCopierFactory | From | To | |
Move And Rename Method public createCopier(batch RecordBatch, container VectorContainer, callBack SchemaChangeCallBack) : Copier from class org.apache.drill.exec.physical.impl.svremover.GenericSV4Copier to public createAndSetupNonSVGenericCopier(incoming RecordBatch, outputContainer VectorContainer) : Copier from class org.apache.drill.exec.physical.impl.svremover.GenericCopierFactory | From | To | |
Change Return Type | 1 | ||
Change Return Type BatchSchema to TupleMetadata in method protected createTestSchema(mode BatchSchema.SelectionVectorMode) : TupleMetadata in class org.apache.drill.exec.physical.impl.svremover.AbstractGenericCopierTest | From | To | |
Move Class | 1 | ||
Move Class org.apache.drill.exec.physical.impl.svremover.RemovingRecordBatch.StraightCopier moved to org.apache.drill.exec.physical.impl.svremover.StraightCopier | From | To | |
Change Variable Type | 3 | ||
Change Variable Type batchSchema : BatchSchema to batchSchema : TupleMetadata in method public testCopyRecords() : void in class org.apache.drill.exec.physical.impl.svremover.AbstractGenericCopierTest | From | To | |
Change Variable Type batchSchema : BatchSchema to batchSchema : TupleMetadata in method public createSrcRowSet(allocator RootAllocator) : RowSet in class org.apache.drill.exec.physical.impl.svremover.GenericSV4CopierTest | From | To | |
Change Variable Type batchSchema : BatchSchema to batchSchema : TupleMetadata in method public testAppendRecords() : void in class org.apache.drill.exec.physical.impl.svremover.AbstractGenericCopierTest | From | To | |
Rename Parameter | 2 | ||
Rename Parameter batch : RecordBatch to incoming : RecordBatch in method public createAndSetupNonSVGenericCopier(incoming RecordBatch, outputContainer VectorContainer) : Copier in class org.apache.drill.exec.physical.impl.svremover.GenericCopierFactory | From | To | |
Rename Parameter container : VectorContainer to outputContainer : VectorContainer in method public createAndSetupNonSVGenericCopier(incoming RecordBatch, outputContainer VectorContainer) : Copier in class org.apache.drill.exec.physical.impl.svremover.GenericCopierFactory | From | To |