d6e7846f491e09780a2d663cc5c23bc21244e26c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type List<String> to List<TargetTableRef> in method private getIndexTables(conn Connection, schemaName String, qualifiedTableName String) : List<TargetTableRef> in class org.apache.phoenix.mapreduce.CsvBulkLoadTool | From | To | |
Change Variable Type | 4 | ||
Change Variable Type tmpTable : String to tmpTable : TargetTableRef in method private loadData(conf Configuration, cmdLine CommandLine, conn Connection) : int in class org.apache.phoenix.mapreduce.CsvBulkLoadTool | From | To | |
Change Variable Type indexTables : List<String> to indexTables : List<TargetTableRef> in method private getIndexTables(conn Connection, schemaName String, qualifiedTableName String) : List<TargetTableRef> in class org.apache.phoenix.mapreduce.CsvBulkLoadTool | From | To | |
Change Variable Type table : String to table : TargetTableRef in method private loadData(conf Configuration, cmdLine CommandLine, conn Connection) : int in class org.apache.phoenix.mapreduce.CsvBulkLoadTool | From | To | |
Change Variable Type tablesToBeLoaded : List<String> to tablesToBeLoaded : List<TargetTableRef> in method private loadData(conf Configuration, cmdLine CommandLine, conn Connection) : int in class org.apache.phoenix.mapreduce.CsvBulkLoadTool | From | To | |
Extract Method | 1 | ||
Extract Method public testImportOneIndexTable(tableName String, localIndex boolean) : void extracted from public testImportOneIndexTable() : void in class org.apache.phoenix.mapreduce.CsvBulkLoadToolIT | From | To | |
Rename Parameter | 1 | ||
Rename Parameter tableName : String to qualifiedTableName : String in method private getIndexTables(conn Connection, schemaName String, qualifiedTableName String) : List<TargetTableRef> in class org.apache.phoenix.mapreduce.CsvBulkLoadTool | From | To |