f0bd12941103d96aecb574e0564e952d521f475d
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type List<ColumnSize> to Map<String,ColumnSize> in method public columns() : Map<String,ColumnSize> in class org.apache.drill.exec.record.RecordBatchSizer | From | To | |
Move Class | 1 | ||
Move Class org.apache.drill.exec.physical.impl.spill.RecordBatchSizer moved to org.apache.drill.exec.record.RecordBatchSizer | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type columnSizes : List<ColumnSize> to columnSizes : Map<String,ColumnSize> in class org.apache.drill.exec.record.RecordBatchSizer | From | To |