77afd57b017dea3c8932ad09ef1679a19d5be219
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable files : HiveFileIterator to splits : Iterator<InternalHiveSplit> in method private loadSplits() : ListenableFuture<?> in class com.facebook.presto.hive.BackgroundHiveSplitLoader | From | To | |
| Rename Variable list : ArrayList<LocatedFileStatus> to files : ArrayList<LocatedFileStatus> in method private getBucketedSplits(path Path, fileSystem FileSystem, splitFactory InternalHiveSplitFactory, bucketSplitInfo BucketSplitInfo) : List<InternalHiveSplit> in class com.facebook.presto.hive.BackgroundHiveSplitLoader | From | To | |
| Change Return Type | 1 | ||
| Change Return Type RemoteIterator<LocatedFileStatus> to Iterator<LocatedFileStatus> in method private getLocatedFileStatusRemoteIterator(path Path) : Iterator<LocatedFileStatus> in class com.facebook.presto.hive.util.HiveFileIterator | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private path : Path from class com.facebook.presto.hive.util.HiveFileIterator to private path : Path from class com.facebook.presto.hive.util.HiveFileIterator.FileStatusIterator | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute splitFactory : InternalHiveSplitFactory to nestedDirectoryPolicy : NestedDirectoryPolicy in class com.facebook.presto.hive.util.HiveFileIterator | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type files : HiveFileIterator to splits : Iterator<InternalHiveSplit> in method private loadSplits() : ListenableFuture<?> in class com.facebook.presto.hive.BackgroundHiveSplitLoader | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type splitFactory : InternalHiveSplitFactory to nestedDirectoryPolicy : NestedDirectoryPolicy in class com.facebook.presto.hive.util.HiveFileIterator | From | To | |
| Change Attribute Type fileIterators : Deque<HiveFileIterator> to fileIterators : Deque<Iterator<InternalHiveSplit>> in class com.facebook.presto.hive.BackgroundHiveSplitLoader | From | To | |
| Change Attribute Type remoteIterator : RemoteIterator<LocatedFileStatus> to remoteIterator : Iterator<LocatedFileStatus> in class com.facebook.presto.hive.util.HiveFileIterator | From | To |