97387b300f9bbd0854c267c8658a44664d351e1d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type actualPartitions : List<?> to actualPartitions : List<HivePartition> in method protected assertExpectedPartitions(actualPartitions List<HivePartition>, expectedPartitions Iterable<HivePartition>) : void in class com.facebook.presto.hive.AbstractTestHiveClient | From | To | |
Change Parameter Type expectedPartitions : Iterable<?> to expectedPartitions : Iterable<HivePartition> in method protected assertExpectedPartitions(actualPartitions List<HivePartition>, expectedPartitions Iterable<HivePartition>) : void in class com.facebook.presto.hive.AbstractTestHiveClient | From | To | |
Rename Variable | 2 | ||
Rename Variable hiveOutputTableHandle : HiveOutputTableHandle to handle : HiveOutputTableHandle in method protected getStagingPathRoot(outputTableHandle ConnectorOutputTableHandle) : Path in class com.facebook.presto.hive.AbstractTestHiveClient | From | To | |
Rename Variable hiveInsertTableHandle : HiveInsertTableHandle to handle : HiveInsertTableHandle in method protected getStagingPathRoot(insertTableHandle ConnectorInsertTableHandle) : Path in class com.facebook.presto.hive.AbstractTestHiveClient | From | To |