|
Pull Up Method public close() : void from class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog to public close() : void from class org.apache.flink.table.catalog.hive.HiveCatalogBase |
From |
To |
|
Pull Up Method public dropDatabase(name String, ignoreIfNotExists boolean) : void from class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog to public dropDatabase(name String, ignoreIfNotExists boolean) : void from class org.apache.flink.table.catalog.hive.HiveCatalogBase |
From |
To |
|
Pull Up Method private getMetastoreClient(hiveConf HiveConf) : IMetaStoreClient from class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog to private getMetastoreClient(hiveConf HiveConf) : IMetaStoreClient from class org.apache.flink.table.catalog.hive.HiveCatalogBase |
From |
To |
|
Pull Up Method public getCurrentDatabase() : String from class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog to public getCurrentDatabase() : String from class org.apache.flink.table.catalog.hive.HiveCatalogBase |
From |
To |
|
Pull Up Method public setCurrentDatabase(databaseName String) : void from class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog to public setCurrentDatabase(databaseName String) : void from class org.apache.flink.table.catalog.hive.HiveCatalogBase |
From |
To |
|
Pull Up Method public open() : void from class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog to public open() : void from class org.apache.flink.table.catalog.hive.HiveCatalogBase |
From |
To |
|
Pull Up Method public listDatabases() : List<String> from class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog to public listDatabases() : List<String> from class org.apache.flink.table.catalog.hive.HiveCatalogBase |
From |
To |
|
Pull Up Method public databaseExists(databaseName String) : boolean from class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog to public databaseExists(databaseName String) : boolean from class org.apache.flink.table.catalog.hive.HiveCatalogBase |
From |
To |
|
Pull Up Method private getHiveConf(hiveMetastoreURI String) : HiveConf from class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog to private getHiveConf(hiveMetastoreURI String) : HiveConf from class org.apache.flink.table.catalog.hive.HiveCatalogBase |
From |
To |
|
Pull Up Attribute private client : IMetaStoreClient from class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog to protected client : IMetaStoreClient from class org.apache.flink.table.catalog.hive.HiveCatalogBase |
From |
To |
|
Pull Up Attribute public DEFAULT_DB : String from class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog to public DEFAULT_DB : String from class org.apache.flink.table.catalog.hive.HiveCatalogBase |
From |
To |
|
Pull Up Attribute private hiveConf : HiveConf from class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog to protected hiveConf : HiveConf from class org.apache.flink.table.catalog.hive.HiveCatalogBase |
From |
To |
|
Pull Up Attribute private catalogName : String from class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog to protected catalogName : String from class org.apache.flink.table.catalog.hive.HiveCatalogBase |
From |
To |
|
Pull Up Attribute private currentDatabase : String from class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog to protected currentDatabase : String from class org.apache.flink.table.catalog.hive.HiveCatalogBase |
From |
To |