772f7918700b89a0db545ce610e23bc32a5f55b2
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 26
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public setTableMetadataProviderBuilder(metadataProviderBuilder MetadataProviderManager) : void renamed to public setTableMetadataProviderManager(metadataProviderManager MetadataProviderManager) : void in class org.apache.drill.exec.planner.logical.DrillTable | From | To | |
| Rename Method public getMetadataProviderManager() : MetadataProviderManager renamed to public init() : MetadataProviderManager in class org.apache.drill.exec.physical.base.FileSystemMetadataProviderManager | From | To | |
| Pull Up Method | 1 | ||
| Pull Up Method public getPath() : String from class org.apache.drill.exec.planner.sql.parser.SqlSchema.Create to public getPath() : String from class org.apache.drill.exec.planner.sql.parser.SqlSchema | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type schema : WorkspaceSchema to function : Function<List<Object>,DrillTable> in method public WithOptionsTableMacro(sig TableSignature, function Function<List<Object>,DrillTable>) in class org.apache.drill.exec.store.table.function.WithOptionsTableMacro | From | To | |
| Rename Variable | 2 | ||
| Rename Variable stringValueVisitor : StringValueVisitor to propertiesVisitor : PropertiesVisitor in method public visitColumn_def(ctx SchemaParser.Column_defContext) : ColumnMetadata in class org.apache.drill.exec.record.metadata.schema.parser.SchemaVisitor.ColumnDefVisitor | From | To | |
| Rename Variable sigs : List<TableSignature> to signatures : List<TableSignature> in method public getFunctions(name String) : List<Function> in class org.apache.drill.exec.store.dfs.WorkspaceSchemaFactory.WorkspaceSchema | From | To | |
| Pull Up Attribute | 1 | ||
| Pull Up Attribute private path : SqlNode from class org.apache.drill.exec.planner.sql.parser.SqlSchema.Create to protected path : SqlNode from class org.apache.drill.exec.planner.sql.parser.SqlSchema | From | To | |
| Move Class | 1 | ||
| Move Class org.apache.drill.exec.store.dfs.WorkspaceSchemaFactory.WithOptionsTableMacro moved to org.apache.drill.exec.store.table.function.WithOptionsTableMacro | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute schema : WorkspaceSchema to function : Function<List<Object>,DrillTable> in class org.apache.drill.exec.store.table.function.WithOptionsTableMacro | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type stringValueVisitor : StringValueVisitor to propertiesVisitor : PropertiesVisitor in method public visitColumn_def(ctx SchemaParser.Column_defContext) : ColumnMetadata in class org.apache.drill.exec.record.metadata.schema.parser.SchemaVisitor.ColumnDefVisitor | From | To | |
| Extract Variable | 1 | ||
| Extract Variable columnsMetadata : List<ColumnMetadata> in method public getPlan(sqlNode SqlNode) : PhysicalPlan from class org.apache.drill.exec.planner.sql.handlers.SchemaHandler.Describe | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type schema : WorkspaceSchema to function : Function<List<Object>,DrillTable> in class org.apache.drill.exec.store.table.function.WithOptionsTableMacro | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter schema : WorkspaceSchema to function : Function<List<Object>,DrillTable> in method public WithOptionsTableMacro(sig TableSignature, function Function<List<Object>,DrillTable>) in class org.apache.drill.exec.store.table.function.WithOptionsTableMacro | From | To | |
| Rename Parameter metadataProviderBuilder : MetadataProviderManager to metadataProviderManager : MetadataProviderManager in method public setTableMetadataProviderManager(metadataProviderManager MetadataProviderManager) : void in class org.apache.drill.exec.planner.logical.DrillTable | From | To |