bca72ab26e94c1baca4b1d02e2531ce02182eb7b
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable sLib : String to tableSerDe : SerDe in method private init() : void in class org.apache.drill.exec.store.hive.HiveRecordReader | From | To | |
Change Return Type | 1 | ||
Change Return Type boolean to void in method private readHiveRecordAndInsertIntoRecordBatch(deSerializedValue Object, outputRecordIndex int) : void in class org.apache.drill.exec.store.hive.HiveRecordReader | From | To | |
Rename Attribute | 1 | ||
Rename Attribute sInspector : StructObjectInspector to finalOI : StructObjectInspector in class org.apache.drill.exec.store.hive.HiveRecordReader | From | To | |
Change Variable Type | 1 | ||
Change Variable Type sLib : String to tableSerDe : SerDe in method private init() : void in class org.apache.drill.exec.store.hive.HiveRecordReader | From | To | |
Extract Variable | 1 | ||
Extract Variable partitionSD : StorageDescriptor in method public matches(call RelOptRuleCall) : boolean from class org.apache.drill.exec.planner.sql.logical.ConvertHiveParquetScanToDrillParquetScan | From | To | |
Inline Variable | 1 | ||
Inline Variable partitionKeys : List<FieldSchema> in method private init() : void from class org.apache.drill.exec.store.hive.HiveRecordReader | From | To | |
Extract Method | 2 | ||
Extract Method private createSerDe(job JobConf, sLib String, properties Properties) : SerDe extracted from private init() : void in class org.apache.drill.exec.store.hive.HiveRecordReader | From | To | |
Extract Method private getStructOI(serDe SerDe) : StructObjectInspector extracted from private init() : void in class org.apache.drill.exec.store.hive.HiveRecordReader | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public addConfToJob(job JobConf, properties Properties, hiveConfigOverride Map<String,String>) : void extracted from private init() : void in class org.apache.drill.exec.store.hive.HiveRecordReader & moved to class org.apache.drill.exec.store.hive.HiveUtilities | From | To | |
Extract And Move Method public getPartitionMetadata(partition Partition, table Table) : Properties extracted from private init() : void in class org.apache.drill.exec.store.hive.HiveRecordReader & moved to class org.apache.drill.exec.store.hive.HiveUtilities | From | To |