korlov42 commented on code in PR #4929:
URL: https://github.com/apache/ignite-3/pull/4929#discussion_r1895903670


##########
modules/client-handler/src/main/java/org/apache/ignite/client/handler/JdbcQueryEventHandlerImpl.java:
##########
@@ -82,42 +83,48 @@ public class JdbcQueryEventHandlerImpl extends 
JdbcHandlerBase implements JdbcQu
     /** {@link SqlQueryType}s allowed in JDBC update statements. **/
     private static final Set<SqlQueryType> UPDATE_STATEMENT_QUERIES = 
Set.of(DML, SqlQueryType.DDL, SqlQueryType.KILL);
 
+    /**
+     * Observation timestamp tracker.
+     * TODO: IGNITE-24053 Remove this after the issue will be fixed.
+     * */
+    private final HybridTimestampTracker timestampTracker = new 
HybridTimestampTracker();

Review Comment:
   because it doesn't need to. There is no support for multi-node connections 
yet (simultaneous connections to several servers within the same cluster), so 
why should we bother?



-- 
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]

Reply via email to