bd3ee4cde5ced05362b538cd7aacbdab73ccef88
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable numDirs : int to numDirectories : int in method private logAndStopTimer(isModified boolean, directoryName String, timer Stopwatch, numDirectories int) : boolean in class org.apache.drill.exec.store.parquet.metadata.Metadata | From | To | |
Inline Variable | 1 | ||
Inline Variable p : Path in method private createMetaFilesRecursively(path Path, fs FileSystem, allColumns boolean, columnSet Set<String>) : Pair<ParquetTableMetadata_v3,ParquetTableMetadataDirs> from class org.apache.drill.exec.store.parquet.metadata.Metadata | From | To | |
Extract Method | 2 | ||
Extract Method private logAndStopTimer(isModified boolean, directoryName String, timer Stopwatch, numDirectories int) : boolean extracted from private tableModified(directories List<Path>, metaFilePath Path, parentDir Path, metaContext MetadataContext, fs FileSystem) : boolean in class org.apache.drill.exec.store.parquet.metadata.Metadata | From | To |