vldpyatkov commented on code in PR #2537: URL: https://github.com/apache/ignite-3/pull/2537#discussion_r1837158107
########## modules/client-handler/src/main/java/org/apache/ignite/client/handler/ClientInboundMessageHandler.java: ########## @@ -661,49 +661,49 @@ private void processOperation(ChannelHandlerContext ctx, ClientMessageUnpacker i return ClientTableGetRequest.process(in, out, igniteTables); case ClientOp.TUPLE_UPSERT: - return ClientTupleUpsertRequest.process(in, out, igniteTables, resources); + return ClientTupleUpsertRequest.process(in, out, igniteTables, resources, igniteTransactions); Review Comment: Currently, we can't do that. Probably we might think about this later. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org