a7969ebf93ea081c20e8bdf71d5047afa9d3bcc1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable iterator : HiveFileIterator to hiveFileIterator : HiveFileIterator in method private getBucketedSplits(path Path, fileSystem FileSystem, splitFactory InternalHiveSplitFactory, bucketSplitInfo BucketSplitInfo) : List<InternalHiveSplit> in class com.facebook.presto.hive.BackgroundHiveSplitLoader | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable fs : FileSystem to fileSystem : FileSystem in method private getBucketedSplits(path Path, fileSystem FileSystem, splitFactory InternalHiveSplitFactory, bucketSplitInfo BucketSplitInfo) : List<InternalHiveSplit> in class com.facebook.presto.hive.BackgroundHiveSplitLoader | From | To | |
Extract Method | 1 | ||
Extract Method private getBucketedSplits(path Path, fileSystem FileSystem, splitFactory InternalHiveSplitFactory, bucketSplitInfo BucketSplitInfo) : List<InternalHiveSplit> extracted from private loadPartition(partition HivePartitionMetadata) : ListenableFuture<?> in class com.facebook.presto.hive.BackgroundHiveSplitLoader | From | To |