7e564996f71330dd5acdae6d403841176eeb5c64
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public createNonCloseableClientWithCaching(hiveConf HiveConf) : DrillHiveMetaStoreClient renamed to public createCloseableClientWithCaching(hiveConf HiveConf) : DrillHiveMetaStoreClient in class org.apache.drill.exec.store.hive.DrillHiveMetaStoreClient | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.drill.exec.store.hive.DrillHiveMetaStoreClient.NonCloseableHiveClientWithCaching renamed to org.apache.drill.exec.store.hive.DrillHiveMetaStoreClient.HiveClientWithCaching | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public getTableObjectsByNameHelper(mClient HiveMetaStoreClient, schemaName String, tableNames List<String>) : List<Table> extracted from public getTablesByNamesByBulkLoad(tableNames List<String>) : List<Pair<String,? extends Table>> in class org.apache.drill.exec.store.hive.schema.HiveDatabaseSchema & moved to class org.apache.drill.exec.store.hive.DrillHiveMetaStoreClient | From | To |