4f818d074373f3572cb3c2e99d1c9c43df2090aa
Files Diff
- Added: 16
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public isExpanded() : boolean renamed to public isExpandedFully() : boolean in class org.apache.drill.exec.store.dfs.FileSelection | From | To | |
Rename Method public setExpanded() : void renamed to public setExpandedFully() : void in class org.apache.drill.exec.store.dfs.FileSelection | From | To | |
Rename Variable | 3 | ||
Rename Variable fileLocations : Collection<String> to fileLocationsAndStatus : Pair<Collection<String>,Boolean> in method protected createPartitionSublists() : void in class org.apache.drill.exec.planner.FileSystemPartitionDescriptor | From | To | |
Rename Variable dataDir : File to dataDir1 : File in method public copyData() : void in class org.apache.drill.exec.store.parquet.TestParquetMetadataCache | From | To | |
Rename Variable file : FileStatus to fileName : String in method public ParquetGroupScan(userName String, selection FileSelection, formatPlugin ParquetFormatPlugin, selectionRoot String, cacheFileRoot String, columns List<SchemaPath>) in class org.apache.drill.exec.store.parquet.ParquetGroupScan | From | To | |
Change Return Type | 1 | ||
Change Return Type ParquetTableMetadata_v2 to Pair<ParquetTableMetadata_v2,ParquetTableMetadataDirs> in method private createMetaFilesRecursively(path String) : Pair<ParquetTableMetadata_v2,ParquetTableMetadataDirs> in class org.apache.drill.exec.store.parquet.Metadata | From | To | |
Change Variable Type | 2 | ||
Change Variable Type file : FileStatus to fileName : String in method public ParquetGroupScan(userName String, selection FileSelection, formatPlugin ParquetFormatPlugin, selectionRoot String, cacheFileRoot String, columns List<SchemaPath>) in class org.apache.drill.exec.store.parquet.ParquetGroupScan | From | To | |
Change Variable Type fileLocations : Collection<String> to fileLocationsAndStatus : Pair<Collection<String>,Boolean> in method protected createPartitionSublists() : void in class org.apache.drill.exec.planner.FileSystemPartitionDescriptor | From | To | |
Extract Method | 1 | ||
Extract Method public create(statuses List<FileStatus>, files List<String>, root String, cacheFileRoot String, wasAllPartitionsPruned boolean) : FileSelection extracted from public create(statuses List<FileStatus>, files List<String>, root String) : FileSelection in class org.apache.drill.exec.store.dfs.FileSelection | From | To |