Aitozi commented on code in PR #21522:
URL: https://github.com/apache/flink/pull/21522#discussion_r1134809157
##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/utils/OperationConverterUtils.java:
##########
@@ -157,12 +165,12 @@ public static Operation convertChangeColumn(
// disallow changing partition columns
throw new ValidationException("CHANGE COLUMN cannot be applied to
partition columns");
}
- TableSchema oldSchema = catalogTable.getSchema();
+ ResolvedSchema oldSchema = catalogTable.getResolvedSchema();
Review Comment:
Removed
--
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]