a35d0d3c3d0e3eaafcb6b21d462f10d5629e9cd5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type List<HivePartition> to List<?> in method private getPartitions(tableName String) : List<?> in class com.facebook.presto.hive.TestHiveIntegrationSmokeTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type partitions : List<HivePartition> to partitions : List<?> in method public insertPartitionedTable(storageFormat HiveStorageFormat) : void in class com.facebook.presto.hive.TestHiveIntegrationSmokeTest | From | To | |
Change Variable Type partitions : List<HivePartition> to partitions : List<?> in method public createPartitionedTableAs(storageFormat HiveStorageFormat) : void in class com.facebook.presto.hive.TestHiveIntegrationSmokeTest | From | To | |
Extract Method | 1 | ||
Extract Method protected getPartitions(tableLayoutHandle ConnectorTableLayoutHandle) : List<?> extracted from private getPartitions(tableName String) : List<HivePartition> in class com.facebook.presto.hive.TestHiveIntegrationSmokeTest | From | To |