7992e987d4d1fa1610e68451206c5988ff044566
Files Diff
- Added: 21
- Removed: 13
- Renamed: 0
- Modified: 68
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public setPlannerConfig(plannerConfig PlannerConfig) : void renamed to public addPlannerConfig(plannerConfig PlannerConfig) : void in class org.apache.flink.table.api.TableConfig | From | To | |
| Move Source Folder | 1 | ||
| Move Source Folder flink-table/flink-table-planner to flink-table/flink-table-api-java | From | To | |
| Rename Class | 1 | ||
| Rename Class org.apache.flink.table.operations.DataStreamQueryOperation renamed to org.apache.flink.table.operations.JavaDataStreamQueryOperation | From | To | |
| Move Class | 1 | ||
| Move Class org.apache.flink.table.planner.Planner moved to org.apache.flink.table.delegation.Planner | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type tEnv : StreamTableEnvImpl to tEnv : StreamTableEnvironmentImpl in method public testStreamSqlPathResolution() : void in class org.apache.flink.table.catalog.PathResolutionTest | From | To | |
| Split Parameter | 1 | ||
| Split Parameter tableOperation : DataStreamQueryOperation<?> to [tableSchema : TableSchema, dataStream : DataStream<?>, fieldIndices : int[]] in method private convertToDataStreamScan(dataStream DataStream<?>, fieldIndices int[], tableSchema TableSchema) : RelNode in class org.apache.flink.table.plan.QueryOperationConverter.SingleRelVisitor | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type plannerConfig : PlannerConfig to plannerConfig : CompositePlannerConfig in class org.apache.flink.table.api.TableConfig | From | To |