nevdmitry commented on code in PR #5259:
URL: https://github.com/apache/ignite-3/pull/5259#discussion_r1965654787
##########
modules/rest/src/main/java/org/apache/ignite/internal/rest/transaction/TransactionController.java:
##########
@@ -78,7 +78,6 @@ public CompletableFuture<TransactionInfo> transaction(UUID
transactionId) {
@Override
public CompletableFuture<Void> cancelTransaction(UUID transactionId) {
Review Comment:
renamed in rest controllers but sql module have the same mix of kill and
cancel terminology, leave sql code as is
--
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]