3527f0b80ff89b0476dad8815908f3267e895ab2
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Attribute | 1 | ||
Move Attribute public DEFAULT_DATABASE_NAME : String from class com.facebook.presto.hive.metastore.HiveMetastore to public DEFAULT_DATABASE_NAME : String from class com.facebook.presto.hive.metastore.Database | From | To | |
Change Variable Type | 2 | ||
Change Variable Type location : String to location : Optional<String> in method public getTableDefaultLocation(user String, metastore SemiTransactionalHiveMetastore, hdfsEnvironment HdfsEnvironment, schemaName String, tableName String) : Path in class com.facebook.presto.hive.HiveWriteUtils | From | To | |
Change Variable Type database : Database to database : org.apache.hadoop.hive.metastore.api.Database in method public renameDatabase(databaseName String, newDatabaseName String) : void in class com.facebook.presto.hive.metastore.BridgingHiveMetastore | From | To |