|
Pull Up Method public renameTable(tablePath ObjectPath, newTableName String, ignoreIfNotExists boolean) : void from class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog to public alterTable(tablePath ObjectPath, newCatalogTable CatalogBaseTable, ignoreIfNotExists boolean) : void from class org.apache.flink.table.catalog.hive.HiveCatalogBase |
From |
To |
|
Pull Up Method public tableExists(tablePath ObjectPath) : boolean from class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog to public tableExists(tablePath ObjectPath) : boolean from class org.apache.flink.table.catalog.hive.HiveCatalogBase |
From |
To |
|
Pull Up Method public dropTable(tablePath ObjectPath, ignoreIfNotExists boolean) : void from class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog to public dropTable(tablePath ObjectPath, ignoreIfNotExists boolean) : void from class org.apache.flink.table.catalog.hive.HiveCatalogBase |
From |
To |
|
Pull Up Method public createTable(tablePath ObjectPath, table CatalogBaseTable, ignoreIfExists boolean) : void from class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog to public createTable(tablePath ObjectPath, table CatalogBaseTable, ignoreIfExists boolean) : void from class org.apache.flink.table.catalog.hive.HiveCatalogBase |
From |
To |
|
Pull Up Method protected getHiveTable(tablePath ObjectPath) : Table from class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog to private getHiveTable(tablePath ObjectPath) : Table from class org.apache.flink.table.catalog.hive.HiveCatalogBase |
From |
To |
|
Pull Up Method public renameTable(tablePath ObjectPath, newTableName String, ignoreIfNotExists boolean) : void from class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog to public renameTable(tablePath ObjectPath, newTableName String, ignoreIfNotExists boolean) : void from class org.apache.flink.table.catalog.hive.HiveCatalogBase |
From |
To |
|
Pull Up Method public listViews(databaseName String) : List<String> from class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog to public listViews(databaseName String) : List<String> from class org.apache.flink.table.catalog.hive.HiveCatalogBase |
From |
To |
|
Pull Up Method public getTable(tablePath ObjectPath) : CatalogBaseTable from class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog to public getTable(tablePath ObjectPath) : CatalogBaseTable from class org.apache.flink.table.catalog.hive.HiveCatalogBase |
From |
To |
|
Pull Up Method public listTables(databaseName String) : List<String> from class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog to public listTables(databaseName String) : List<String> from class org.apache.flink.table.catalog.hive.HiveCatalogBase |
From |
To |
|
Move Method public checkEquals(t1 CatalogTable, t2 CatalogTable) : void from class org.apache.flink.table.catalog.CatalogTestUtil to public checkEquals(t1 CatalogTable, t2 CatalogTable) : void from class org.apache.flink.table.catalog.hive.HiveCatalogTest |
From |
To |
|
Move Method private retrieveFlinkProperties(hiveTableParams Map<String,String>) : Map<String,String> from class org.apache.flink.table.catalog.hive.util.GenericHiveMetastoreCatalogUtil to private retrieveFlinkProperties(hiveTableParams Map<String,String>) : Map<String,String> from class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog |
From |
To |
|
Move Method public createHiveTable(tablePath ObjectPath, table CatalogBaseTable) : Table from class org.apache.flink.table.catalog.hive.util.GenericHiveMetastoreCatalogUtil to protected createHiveTable(tablePath ObjectPath, table CatalogBaseTable) : Table from class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog |
From |
To |