ascherbakoff commented on code in PR #5383: URL: https://github.com/apache/ignite-3/pull/5383#discussion_r2020554877
########## modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/TransactionTracker.java: ########## @@ -24,7 +24,7 @@ */ public interface TransactionTracker { /** Registers given transaction within the tracker. */ - boolean register(UUID txId, boolean readOnly); + boolean register(UUID txId, boolean readOnly); // TODO FORCE READ ONLY HERE Review Comment: Fixed TODO issue and removed it. -- 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