korlov42 commented on code in PR #1134:
URL: https://github.com/apache/ignite-3/pull/1134#discussion_r995561690
##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/sql/api/ItSqlSynchronousApiTest.java:
##########
@@ -93,6 +97,31 @@ protected IgniteSql igniteSql() {
return CLUSTER_NODES.get(0).sql();
}
+ /**
+ * Checks that schema version is updated even if column names are
intersected.
+ */
+ @Test
+ public void checkSchemaUpdatedWithEqAlterColumn() {
Review Comment:
We need to stop add tests to random classes. ItSqlSynchronousApiTest is
about validating sql API, not integration of DdlCommandHandler and TableManager
--
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]