03e8f9f3e01c56a9411bb4333e4851c92db6e410
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable tableNameToTables : List<Pair<String,? extends Table>> to tableNamesAndTypes : List<Pair<String,TableType>> in method public visitTables(schemaPath String, schema SchemaPlus) : void in class org.apache.drill.exec.store.ischema.InfoSchemaRecordGenerator.Tables | From | To | |
Rename Variable tableNameToTable : Pair<String,? extends Table> to tableNameAndType : Pair<String,TableType> in method public visitTables(schemaPath String, schema SchemaPlus) : void in class org.apache.drill.exec.store.ischema.InfoSchemaRecordGenerator.Tables | From | To | |
Change Variable Type | 2 | ||
Change Variable Type tableNameToTables : List<Pair<String,? extends Table>> to tableNamesAndTypes : List<Pair<String,TableType>> in method public visitTables(schemaPath String, schema SchemaPlus) : void in class org.apache.drill.exec.store.ischema.InfoSchemaRecordGenerator.Tables | From | To | |
Change Variable Type tableNameToTable : Pair<String,? extends Table> to tableNameAndType : Pair<String,TableType> in method public visitTables(schemaPath String, schema SchemaPlus) : void in class org.apache.drill.exec.store.ischema.InfoSchemaRecordGenerator.Tables | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public getTableNamesAndTypes(bulkLoad boolean, bulkSize int) : List<Pair<String,Schema.TableType>> extracted from public visitTables(schemaPath String, schema SchemaPlus) : void in class org.apache.drill.exec.store.ischema.InfoSchemaRecordGenerator.Tables & moved to class org.apache.drill.exec.store.AbstractSchema | From | To |