|
Pull Up Method private createAnotherTableSchema() : TableSchema from class org.apache.flink.table.catalog.GenericInMemoryCatalogTest to protected createAnotherTableSchema() : TableSchema from class org.apache.flink.table.catalog.CatalogTestBase |
From |
To |
|
Pull Up Method private createPartitionKeys() : List<String> from class org.apache.flink.table.catalog.GenericInMemoryCatalogTest to protected createPartitionKeys() : List<String> from class org.apache.flink.table.catalog.CatalogTestBase |
From |
To |
|
Pull Up Method public testCreateTable_DatabaseNotExistException() : void from class org.apache.flink.table.catalog.GenericInMemoryCatalogTest to public testCreateTable_DatabaseNotExistException() : void from class org.apache.flink.table.catalog.CatalogTestBase |
From |
To |
|
Pull Up Method public testCreateTable_TableAlreadyExistException() : void from class org.apache.flink.table.catalog.GenericInMemoryCatalogTest to public testCreateTable_TableAlreadyExistException() : void from class org.apache.flink.table.catalog.CatalogTestBase |
From |
To |
|
Pull Up Method public testDropTable_TableNotExistException() : void from class org.apache.flink.table.catalog.GenericInMemoryCatalogTest to public testDropTable_TableNotExistException() : void from class org.apache.flink.table.catalog.CatalogTestBase |
From |
To |
|
Pull Up Method public testRenameTable_TableAlreadyExistException() : void from class org.apache.flink.table.catalog.GenericInMemoryCatalogTest to public testRenameTable_TableAlreadyExistException() : void from class org.apache.flink.table.catalog.CatalogTestBase |
From |
To |
|
Pull Up Method public testAlterTable() : void from class org.apache.flink.table.catalog.GenericInMemoryCatalogTest to public testAlterTable() : void from class org.apache.flink.table.catalog.CatalogTestBase |
From |
To |
|
Pull Up Method public testAlterTable_TableNotExistException() : void from class org.apache.flink.table.catalog.GenericInMemoryCatalogTest to public testAlterTable_TableNotExistException() : void from class org.apache.flink.table.catalog.CatalogTestBase |
From |
To |
|
Pull Up Method public testAlterTable_TableNotExist_ignored() : void from class org.apache.flink.table.catalog.GenericInMemoryCatalogTest to public testAlterTable_TableNotExist_ignored() : void from class org.apache.flink.table.catalog.CatalogTestBase |
From |
To |
|
Pull Up Method public testTableExists() : void from class org.apache.flink.table.catalog.GenericInMemoryCatalogTest to public testTableExists() : void from class org.apache.flink.table.catalog.CatalogTestBase |
From |
To |
|
Pull Up Method public testRenameTable_TableNotExistException_ignored() : void from class org.apache.flink.table.catalog.GenericInMemoryCatalogTest to public testRenameTable_TableNotExistException_ignored() : void from class org.apache.flink.table.catalog.CatalogTestBase |
From |
To |
|
Pull Up Method public testRenameTable_nonPartitionedTable() : void from class org.apache.flink.table.catalog.GenericInMemoryCatalogTest to public testRenameTable_nonPartitionedTable() : void from class org.apache.flink.table.catalog.CatalogTestBase |
From |
To |
|
Pull Up Method public testCreateTable_Streaming() : void from class org.apache.flink.table.catalog.GenericInMemoryCatalogTest to public testCreateTable_Streaming() : void from class org.apache.flink.table.catalog.CatalogTestBase |
From |
To |
|
Pull Up Method public testDropTable_TableNotExist_ignored() : void from class org.apache.flink.table.catalog.GenericInMemoryCatalogTest to public testDropTable_TableNotExist_ignored() : void from class org.apache.flink.table.catalog.CatalogTestBase |
From |
To |
|
Pull Up Method public testGetTable_TableNotExistException_NoDb() : void from class org.apache.flink.table.catalog.GenericInMemoryCatalogTest to public testGetTable_TableNotExistException_NoDb() : void from class org.apache.flink.table.catalog.CatalogTestBase |
From |
To |
|
Pull Up Method public testRenameTable_TableNotExistException() : void from class org.apache.flink.table.catalog.GenericInMemoryCatalogTest to public testRenameTable_TableNotExistException() : void from class org.apache.flink.table.catalog.CatalogTestBase |
From |
To |
|
Pull Up Method public testDropTable_nonPartitionedTable() : void from class org.apache.flink.table.catalog.GenericInMemoryCatalogTest to public testDropTable_nonPartitionedTable() : void from class org.apache.flink.table.catalog.CatalogTestBase |
From |
To |
|
Pull Up Method private getStreamingTableProperties() : Map<String,String> from class org.apache.flink.table.catalog.GenericInMemoryCatalogTest to protected getStreamingTableProperties() : Map<String,String> from class org.apache.flink.table.catalog.CatalogTestBase |
From |
To |
|
Pull Up Method private getBatchTableProperties() : Map<String,String> from class org.apache.flink.table.catalog.GenericInMemoryCatalogTest to protected getBatchTableProperties() : Map<String,String> from class org.apache.flink.table.catalog.CatalogTestBase |
From |
To |
|
Pull Up Method private createTableSchema() : TableSchema from class org.apache.flink.table.catalog.GenericInMemoryCatalogTest to protected createTableSchema() : TableSchema from class org.apache.flink.table.catalog.CatalogTestBase |
From |
To |
|
Pull Up Method public testGetTable_TableNotExistException() : void from class org.apache.flink.table.catalog.GenericInMemoryCatalogTest to public testGetTable_TableNotExistException() : void from class org.apache.flink.table.catalog.CatalogTestBase |
From |
To |
|
Pull Up Method public testCreateTable_Batch() : void from class org.apache.flink.table.catalog.GenericInMemoryCatalogTest to public testCreateTable_Batch() : void from class org.apache.flink.table.catalog.CatalogTestBase |
From |
To |
|
Pull Up Method public testCreateTable_TableAlreadyExist_ignored() : void from class org.apache.flink.table.catalog.GenericInMemoryCatalogTest to public testCreateTable_TableAlreadyExist_ignored() : void from class org.apache.flink.table.catalog.CatalogTestBase |
From |
To |
|
Rename Parameter tableName : ObjectPath to tablePath : ObjectPath in method public alterTable(tablePath ObjectPath, newTable CatalogBaseTable, ignoreIfNotExists boolean) : void in class org.apache.flink.table.catalog.ReadableWritableCatalog |
From |
To |
|
Rename Parameter objectPath : ObjectPath to tablePath : ObjectPath in method public getTable(tablePath ObjectPath) : CatalogBaseTable in class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog |
From |
To |
|
Rename Parameter objectPath : ObjectPath to tablePath : ObjectPath in method public tableExists(tablePath ObjectPath) : boolean in class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog |
From |
To |
|
Rename Parameter comment : String to description : String in method public GenericCatalogTable(tableSchema TableSchema, tableStats TableStats, properties Map<String,String>, description String) in class org.apache.flink.table.catalog.GenericCatalogTable |
From |
To |
|
Rename Parameter objectPath : ObjectPath to tablePath : ObjectPath in method public tableExists(tablePath ObjectPath) : boolean in class org.apache.flink.table.catalog.ReadableCatalog |
From |
To |
|
Rename Parameter tableName : ObjectPath to tablePath : ObjectPath in method public alterTable(tablePath ObjectPath, newTable CatalogBaseTable, ignoreIfNotExists boolean) : void in class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalog |
From |
To |
|
Rename Parameter dbName : String to databaseName : String in method public createHiveDatabase(databaseName String, catalogDatabase CatalogDatabase) : Database in class org.apache.flink.table.catalog.hive.GenericHiveMetastoreCatalogUtil |
From |
To |
|
Rename Parameter objectPath : ObjectPath to tablePath : ObjectPath in method public getTable(tablePath ObjectPath) : CatalogBaseTable in class org.apache.flink.table.catalog.ReadableCatalog |
From |
To |