1bf7f1525374c9e414f89d5a17056e860a125510
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public readStatistics(fs FileSystem, statsTablePath Path) : TableStatistics from class org.apache.drill.exec.store.easy.text.TextFormatPlugin to public readStatistics(fs FileSystem, statsTablePath Path) : TableStatistics from class org.apache.drill.exec.store.dfs.easy.EasyFormatPlugin | From | To | |
Pull Up Method public writeStatistics(statistics TableStatistics, fs FileSystem, statsTablePath Path) : void from class org.apache.drill.exec.store.easy.text.TextFormatPlugin to public writeStatistics(statistics TableStatistics, fs FileSystem, statsTablePath Path) : void from class org.apache.drill.exec.store.dfs.easy.EasyFormatPlugin | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method public buildScan(context FragmentContext, scan EasySubScan) : CloseableRecordBatch from class org.apache.drill.exec.store.dfs.easy.EasyFormatPlugin.ClassicScanBatchCreator to private buildScanBatch(context FragmentContext, scan EasySubScan) : CloseableRecordBatch from class org.apache.drill.exec.store.dfs.easy.EasyFormatPlugin | From | To | |
Move Method | 2 | ||
Move Method public buildScan(context FragmentContext, scan EasySubScan) : CloseableRecordBatch from class org.apache.drill.exec.store.dfs.easy.EasyFormatPlugin.ScanFrameworkCreator to private buildScan(context FragmentContext, scan EasySubScan) : CloseableRecordBatch from class org.apache.drill.exec.store.dfs.easy.EasyFormatPlugin | From | To | |
Move Method protected frameworkBuilder(scan EasySubScan) : FileScanBuilder from class org.apache.drill.exec.store.easy.text.TextFormatPlugin.TextScanBatchCreator to protected frameworkBuilder(options OptionManager, scan EasySubScan) : FileScanBuilder from class org.apache.drill.exec.store.easy.text.TextFormatPlugin | From | To |