cf51aa7176ee6cc285af6aa2039ba0774afaa4f0
Files Diff
- Added: 9
- Removed: 2
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type List<String> to Map<String,TableType> in method public getTableNamesAndTypes(dbName String, ignoreAuthzErrors boolean) : Map<String,TableType> in class org.apache.drill.exec.store.hive.client.DrillHiveMetaStoreClient | From | To | |
Change Return Type List<String> to Map<String,Schema.TableType> in method public getTableNamesAndTypes(dbName String, ignoreAuthzErrors boolean) : Map<String,Schema.TableType> in class org.apache.drill.exec.store.hive.client.DrillHiveMetaStoreClientWithAuthorization | From | To | |
Extract Attribute | 3 | ||
Extract Attribute private all_tables_in_db_u1g1_only : List<String> in class org.apache.drill.exec.impersonation.hive.TestStorageBasedHiveAuthorization | From | To | |
Extract Attribute private all_tables_in_db_u0_only : List<String> in class org.apache.drill.exec.impersonation.hive.TestStorageBasedHiveAuthorization | From | To | |
Extract Attribute private all_tables_type_in_db_u0_only : List<TableType> in class org.apache.drill.exec.impersonation.hive.TestStorageBasedHiveAuthorization | From | To | |
Move And Rename Class | 2 | ||
Move And Rename Class org.apache.drill.exec.store.hive.DrillHiveMetaStoreClient.HiveClientWithAuthzWithCaching moved and renamed to org.apache.drill.exec.store.hive.client.DrillHiveMetaStoreClientWithAuthorization | From | To | |
Move And Rename Class org.apache.drill.exec.store.hive.DrillHiveMetaStoreClient.HiveClientWithCaching moved and renamed to org.apache.drill.exec.store.hive.client.DrillHiveMetaStoreClient | From | To | |
Move Class | 1 | ||
Move Class org.apache.drill.exec.store.hive.HiveAuthorizationHelper moved to org.apache.drill.exec.store.hive.client.HiveAuthorizationHelper | From | To | |
Extract Method | 1 | ||
Extract Method private ensureInitTables() : void extracted from public getTableNames() : Set<String> in class org.apache.drill.exec.store.hive.schema.HiveDatabaseSchema | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type tables : Set<String> to tables : Map<String,TableType> in class org.apache.drill.exec.store.hive.schema.HiveDatabaseSchema | From | To |