6cbc9bf2cd6142c34074deaec56bb339d30b3b93
Files Diff
- Added: 7
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public createTable(schema TableSchema, stats TableStats, tableProperties Map<String,String>, comment String) : GenericCatalogTable renamed to public createPartitionedTable(schema TableSchema, partitionKeys List<String>, tableProperties Map<String,String>, comment String) : GenericCatalogTable in class org.apache.flink.table.catalog.CatalogTestUtil | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type stats : TableStats to partitionKeys : List<String> in method public createPartitionedTable(schema TableSchema, partitionKeys List<String>, tableProperties Map<String,String>, comment String) : GenericCatalogTable in class org.apache.flink.table.catalog.CatalogTestUtil | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter stats : TableStats to partitionKeys : List<String> in method public createPartitionedTable(schema TableSchema, partitionKeys List<String>, tableProperties Map<String,String>, comment String) : GenericCatalogTable in class org.apache.flink.table.catalog.CatalogTestUtil | From | To |