vldpyatkov commented on code in PR #4929: URL: https://github.com/apache/ignite-3/pull/4929#discussion_r1896035164
########## 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: I think it is not right. We were not assumed to work with a client without an observation timestamp. -- 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