hdygxsj commented on code in PR #6543:
URL: https://github.com/apache/gravitino/pull/6543#discussion_r2001029000
##########
flink-connector/flink/src/test/java/org/apache/gravitino/flink/connector/integration/test/FlinkCommonIT.java:
##########
@@ -646,8 +664,8 @@ public void testAlterTableDropColumn() {
}
@Test
- @EnabledIf("supportColumnOperation")
- public void testAlterColumnTypeAndChangeOrder() {
+ @EnabledIf("supportModifyColumnsMultipleByOneSql")
+ public void testAlterColumnTypeAndChangeOrderInOneSql() {
Review Comment:
The Gravitino Mysql Jdbc Catalog in GravitinoServer does not support
multiple changes to a column in a single SQL, because the resulting SQL cannot
be executed in mysql
--
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]