abfdc1a2d649029d9f8a22c8d4880dc5068149c8
Files Diff
- Added: 10
- Removed: 10
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 2 | ||
Inline Method private createModifiedExecutor(configFileName String, clusterClient ClusterClient<T>, replaceVars Map<String,String>) : LocalExecutor inlined to private createModifiedExecutor(clusterClient ClusterClient<T>, replaceVars Map<String,String>) : LocalExecutor in class org.apache.flink.table.client.gateway.local.LocalExecutorITCase | From | To | |
Inline Method private createDefaultExecutor(configFileName String, clusterClient ClusterClient<T>) : LocalExecutor inlined to private createDefaultExecutor(clusterClient ClusterClient<T>) : LocalExecutor in class org.apache.flink.table.client.gateway.local.LocalExecutorITCase | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable udfConfig : Map<String,String> to config : Map<String,Object> in method public create(config Map<String,Object>) : UserDefinedFunction in class org.apache.flink.table.client.config.UserDefinedFunction | From | To | |
Rename Attribute | 2 | ||
Rename Attribute FROM : String to NAME : String in class org.apache.flink.table.client.config.UserDefinedFunction | From | To | |
Rename Attribute from : From to name : String in class org.apache.flink.table.client.config.UserDefinedFunction | From | To | |
Change Variable Type | 1 | ||
Change Variable Type udfConfig : Map<String,String> to config : Map<String,Object> in method public create(config Map<String,Object>) : UserDefinedFunction in class org.apache.flink.table.client.config.UserDefinedFunction | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type from : From to name : String in class org.apache.flink.table.client.config.UserDefinedFunction | From | To |