2800a2463b9602d87721d4640a43475105522c90
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Attribute | 4 | ||
Move Attribute private respectTableFormat : boolean from class com.facebook.presto.hive.HivePageSink to private respectTableFormat : boolean from class com.facebook.presto.hive.HiveMetadata | From | To | |
Move Attribute private respectTableFormat : boolean from class com.facebook.presto.hive.HivePageSinkProvider to private respectTableFormat : boolean from class com.facebook.presto.hive.HiveMetadataFactory | From | To | |
Move Attribute private respectTableFormat : boolean from class com.facebook.presto.hive.HivePageSinkProvider to private respectTableFormat : boolean from class com.facebook.presto.hive.HiveMetadata | From | To | |
Move Attribute private respectTableFormat : boolean from class com.facebook.presto.hive.HivePageSink to private respectTableFormat : boolean from class com.facebook.presto.hive.HiveMetadataFactory | From | To | |
Extract Method | 1 | ||
Extract Method private makeStorageDescriptor(tableName String, format HiveStorageFormat, targetPath Path, columns List<FieldSchema>) : StorageDescriptor extracted from private createTable(schemaName String, tableName String, tableOwner String, columnHandles List<HiveColumnHandle>, hiveStorageFormat HiveStorageFormat, partitionedBy List<String>, additionalTableParameters Map<String,String>, targetPath Path) : Table in class com.facebook.presto.hive.HiveMetadata | From | To | |
Rename Parameter | 1 | ||
Rename Parameter hiveStorageFormat : HiveStorageFormat to format : HiveStorageFormat in method private makeStorageDescriptor(tableName String, format HiveStorageFormat, targetPath Path, columns List<FieldSchema>) : StorageDescriptor in class com.facebook.presto.hive.HiveMetadata | From | To |