8574d4311dcb5fc7a76465b32f24daf045ffb562
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type record : PhoenixPigDBWritable to record : PhoenixRecordWritable in method public transformToTuple(record PhoenixRecordWritable, projectedColumns ResourceFieldSchema[]) : Tuple in class org.apache.phoenix.pig.util.TypeUtil | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type record : PhoenixPigDBWritable to record : PhoenixRecordWritable in method public testTransformToTuple() : void in class org.apache.phoenix.pig.util.TypeUtilTest | From | To | |
| Change Variable Type record : PhoenixPigDBWritable to record : PhoenixRecordWritable in method public getNext() : Tuple in class org.apache.phoenix.pig.PhoenixHBaseLoader | From | To | |
| Change Variable Type columnValues : List<Object> to columnValues : Map<String,Object> in method public transformToTuple(record PhoenixRecordWritable, projectedColumns ResourceFieldSchema[]) : Tuple in class org.apache.phoenix.pig.util.TypeUtil | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type writer : RecordWriter<NullWritable,PhoenixPigDBWritable> to writer : RecordWriter<NullWritable,PhoenixRecordWritable> in class org.apache.phoenix.pig.PhoenixHBaseStorage | From | To | |
| Change Attribute Type inputFormat : PhoenixInputFormat<PhoenixPigDBWritable> to inputFormat : PhoenixInputFormat<PhoenixRecordWritable> in class org.apache.phoenix.pig.PhoenixHBaseLoader | From | To | |
| Change Attribute Type reader : RecordReader<NullWritable,PhoenixPigDBWritable> to reader : RecordReader<NullWritable,PhoenixRecordWritable> in class org.apache.phoenix.pig.PhoenixHBaseLoader | From | To |