76f41e18207e3e3e987fef56ee7f1695dd6ddd7a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setInputFormatClass(job JobConf, sd StorageDescriptor, table Table) : void renamed to public getInputFormatClass(job JobConf, sd StorageDescriptor, table Table) : Class<? extends InputFormat> in class org.apache.drill.exec.store.hive.HiveUtilities | From | To | |
Rename Variable | 1 | ||
Rename Variable job : JobConf to hiveConf : HiveConf in method public addConfToJob(job JobConf, properties Properties, hiveConfigOverride Map<String,String>) : void in class org.apache.drill.exec.store.hive.HiveUtilities | From | To | |
Change Return Type | 1 | ||
Change Return Type void to Class<? extends InputFormat> in method public getInputFormatClass(job JobConf, sd StorageDescriptor, table Table) : Class<? extends InputFormat> in class org.apache.drill.exec.store.hive.HiveUtilities | From | To | |
Change Variable Type | 1 | ||
Change Variable Type job : JobConf to hiveConf : HiveConf in method public addConfToJob(job JobConf, properties Properties, hiveConfigOverride Map<String,String>) : void in class org.apache.drill.exec.store.hive.HiveUtilities | From | To |