ygerzhedovich commented on code in PR #1004:
URL: https://github.com/apache/ignite-3/pull/1004#discussion_r954807794
##########
modules/api/src/main/java/org/apache/ignite/tx/TransactionException.java:
##########
@@ -38,4 +38,5 @@ public TransactionException(String message) {
public TransactionException(Throwable cause) {
super(cause);
}
+
Review Comment:
removed
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/session/Session.java:
##########
@@ -88,6 +88,11 @@ public SessionId sessionId() {
return sessionId;
}
+ /** Idle timeout. */
Review Comment:
thanks
--
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]