9dc3db21202d1cef0c29010c3a97c2dbd386e0f7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method private getColumnHandles(table Table, includeSampleWeight boolean) : List<HiveColumnHandle> from class com.facebook.presto.hive.HiveClient to public hiveColumnHandles(typeManager TypeManager, connectorId String, table Table, includeSampleWeight boolean) : List<HiveColumnHandle> from class com.facebook.presto.hive.HiveUtil | From | To | |
Move Method | 1 | ||
Move Method private getPartitionKeyColumnHandles(table Table, startOrdinal int) : List<HiveColumnHandle> from class com.facebook.presto.hive.HiveClient to public getPartitionKeyColumnHandles(connectorId String, table Table, startOrdinal int) : List<HiveColumnHandle> from class com.facebook.presto.hive.HiveUtil | From | To |