f7786cc7c5eb3c7febde90ac588b52b473a2b1ea
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 16
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Updated | |
| From org.apache.calcite:calcite-core 1.4.0-drill-r8 To 1.4.0-drill-r9 |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method package getFormatPlugins(context DrillbitContext, fsConf Configuration, storageConfig FileSystemConfig, classpathScan ScanResult) : Map<String,FormatPlugin> renamed to package FormatCreator(context DrillbitContext, fsConf Configuration, storageConfig FileSystemConfig, classpathScan ScanResult) in class org.apache.drill.exec.store.dfs.FormatCreator | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type key : String to key : TableInstance in method public create(key TableInstance) : DrillTable in class org.apache.drill.exec.store.dfs.WorkspaceSchemaFactory.WorkspaceSchema | From | To | |
| Rename Variable | 1 | ||
| Rename Variable selection : FileSelection to fileSelection : FileSelection in method public create(key TableInstance) : DrillTable in class org.apache.drill.exec.store.dfs.WorkspaceSchemaFactory.WorkspaceSchema | From | To | |
| Replace Variable With Attribute | 2 | ||
| Replace Variable With Attribute configClass : Class<?> to configuredPlugins : Map<String,FormatPlugin> in method package FormatCreator(context DrillbitContext, fsConf Configuration, storageConfig FileSystemConfig, classpathScan ScanResult) in class org.apache.drill.exec.store.dfs.FormatCreator | From | To | |
| Replace Variable With Attribute constructors : Map<Class<?>,Constructor<?>> to configConstructors : Map<Class<?>,Constructor<?>> in method package FormatCreator(context DrillbitContext, fsConf Configuration, storageConfig FileSystemConfig, classpathScan ScanResult) in class org.apache.drill.exec.store.dfs.FormatCreator | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type configClass : Class<?> to configuredPlugins : Map<String,FormatPlugin> in method package FormatCreator(context DrillbitContext, fsConf Configuration, storageConfig FileSystemConfig, classpathScan ScanResult) in class org.apache.drill.exec.store.dfs.FormatCreator | From | To | |
| Extract Variable | 1 | ||
| Extract Variable unwrap : DrillTable in method public DrillScanRelBase(convention Convention, cluster RelOptCluster, traits RelTraitSet, table RelOptTable) from class org.apache.drill.exec.planner.common.DrillScanRelBase | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type tables : ExpandingConcurrentMap<String,DrillTable> to tables : ExpandingConcurrentMap<TableInstance,DrillTable> in class org.apache.drill.exec.store.dfs.WorkspaceSchemaFactory.WorkspaceSchema | From | To | |
| Extract Method | 1 | ||
| Extract Method private initConfigConstructors(pluginClasses Collection<Class<? extends FormatPlugin>>) : Map<Class<?>,Constructor<?>> extracted from package getFormatPlugins(context DrillbitContext, fsConf Configuration, storageConfig FileSystemConfig, classpathScan ScanResult) : Map<String,FormatPlugin> in class org.apache.drill.exec.store.dfs.FormatCreator | From | To | |
| Extract And Move Method | 2 | ||
| Extract And Move Method package getFormatPluginByName(name String) : FormatPlugin extracted from public getFormatPlugin(name String) : FormatPlugin in class org.apache.drill.exec.store.dfs.FileSystemPlugin & moved to class org.apache.drill.exec.store.dfs.FormatCreator | From | To | |
| Extract And Move Method package getFormatPluginByName(name String) : FormatPlugin extracted from public getFormatPlugin(config FormatPluginConfig) : FormatPlugin in class org.apache.drill.exec.store.dfs.FileSystemPlugin & moved to class org.apache.drill.exec.store.dfs.FormatCreator | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter name : String to tableName : String in method public getTable(tableName String) : Table in class org.apache.drill.exec.store.dfs.WorkspaceSchemaFactory.WorkspaceSchema | From | To |