ibessonov commented on a change in pull request #208:
URL: https://github.com/apache/ignite-3/pull/208#discussion_r672047941
##########
File path:
modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/AbstractSchemaChangeTest.java
##########
@@ -166,7 +166,7 @@ protected void renameColumn(List<Ignite> nodes, String
oldName, String newName)
});
tblChanger.changeColumns(listChanger ->
- listChanger.update(colKey, colChanger ->
colChanger.changeName(newName))
+ listChanger.createOrUpdate(colKey, colChanger ->
colChanger.changeName(newName))
Review comment:
Same here, update method had "createOrUpdate" semantics before, now it's
explicit
--
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]