9748b408c811c896637f213a2f9688272b715dec
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 1 | ||
Extract Method private findAndCreateTableSink(properties Map<String,String>) : TableSink<T> extracted from public findAndCreateTableSink(descriptor Descriptor) : TableSink<T> in class org.apache.flink.table.factories.TableFactoryUtil | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public findAndCreateTableSource(table CatalogTable) : TableSource<T> extracted from private convertCatalogTable(table CatalogTable) : Table in class org.apache.flink.table.catalog.DatabaseCalciteSchema & moved to class org.apache.flink.table.factories.TableFactoryUtil | From | To |