|
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 |