6f5891a79b62ecc97e5ab2ef162a0003f5581ad3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public readBlock(type Type) : Block renamed to public readPrimitive(type Type) : Block in class com.facebook.presto.hive.parquet.reader.ParquetColumnReader | From | To | |
Rename Method public readBlock(columnDescriptor ColumnDescriptor, type Type) : Block renamed to public readPrimitive(columnDescriptor ColumnDescriptor, type Type) : Block in class com.facebook.presto.hive.parquet.reader.ParquetReader | From | To | |
Change Variable Type | 1 | ||
Change Variable Type path : String[] to path : List<String> in method public getNextPage() : Page in class com.facebook.presto.hive.parquet.ParquetPageSource | From | To |