LadyForest commented on code in PR #21592:
URL: https://github.com/apache/flink/pull/21592#discussion_r1061167593
##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/operations/SqlToOperationConverter.java:
##########
@@ -237,7 +236,7 @@ public class SqlToOperationConverter {
private final FlinkPlannerImpl flinkPlanner;
private final CatalogManager catalogManager;
private final SqlCreateTableConverter createTableConverter;
- private final AlterSchemaConverter alterSchemaConverter;
+ private final AlterSchemaConverter alterTableConverter;
Review Comment:
Nit: Align the variable name with the class name?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]