02ce44bcab37bce0176e472b194d16acb6d167b7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type key : String to key : TableName in method public load(key TableName) : HiveReadEntry in class org.apache.drill.exec.store.hive.DrillHiveMetaStoreClient.TableLoader | From | To | |
Pull Up Attribute | 2 | ||
Pull Up Attribute private databases : LoadingCache<String,List<String>> from class org.apache.drill.exec.store.hive.DrillHiveMetaStoreClient.NonCloseableHiveClientWithCaching to protected databases : LoadingCache<String,List<String>> from class org.apache.drill.exec.store.hive.DrillHiveMetaStoreClient | From | To | |
Pull Up Attribute private tableNameLoader : LoadingCache<String,List<String>> from class org.apache.drill.exec.store.hive.DrillHiveMetaStoreClient.NonCloseableHiveClientWithCaching to protected tableNameLoader : LoadingCache<String,List<String>> from class org.apache.drill.exec.store.hive.DrillHiveMetaStoreClient | From | To | |
Change Return Type | 1 | ||
Change Return Type LoadingCache<String,HiveReadEntry> to HiveReadEntry in method public load(key TableName) : HiveReadEntry in class org.apache.drill.exec.store.hive.DrillHiveMetaStoreClient.TableLoader | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.drill.exec.store.hive.DrillHiveMetaStoreClient.HiveClientWithAuthz renamed to org.apache.drill.exec.store.hive.DrillHiveMetaStoreClient.HiveClientWithAuthzWithCaching | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.apache.drill.exec.store.hive.DrillHiveMetaStoreClient.NonCloseableHiveClientWithCaching.TableLoaderLoader moved and renamed to org.apache.drill.exec.store.hive.DrillHiveMetaStoreClient.TableLoader | From | To | |
Move Class | 2 | ||
Move Class org.apache.drill.exec.store.hive.DrillHiveMetaStoreClient.NonCloseableHiveClientWithCaching.DatabaseLoader moved to org.apache.drill.exec.store.hive.DrillHiveMetaStoreClient.DatabaseLoader | From | To | |
Move Class org.apache.drill.exec.store.hive.DrillHiveMetaStoreClient.NonCloseableHiveClientWithCaching.TableNameLoader moved to org.apache.drill.exec.store.hive.DrillHiveMetaStoreClient.TableNameLoader | From | To |