ec3f83ab59deb8fda8a615a9eaed83553b17bf60
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type QueryRunner to DistributedQueryRunner in method public createQueryRunner(tables TpchTable<?>...) : DistributedQueryRunner in class com.facebook.presto.hive.HiveQueryRunner | From | To | |
Change Return Type QueryRunner to DistributedQueryRunner in method public createQueryRunner(tables Iterable<TpchTable<?>>) : DistributedQueryRunner in class com.facebook.presto.hive.HiveQueryRunner | From | To | |
Extract Method | 1 | ||
Extract Method public createQueryRunner(tables Iterable<TpchTable<?>>, extraProperties Map<String,String>) : DistributedQueryRunner extracted from public createQueryRunner(tables Iterable<TpchTable<?>>) : QueryRunner in class com.facebook.presto.hive.HiveQueryRunner | From | To |