xtern commented on code in PR #5069: URL: https://github.com/apache/ignite-3/pull/5069#discussion_r1923666474
########## modules/client-handler/src/main/java/org/apache/ignite/client/handler/JdbcHandlerBase.java: ########## @@ -49,16 +48,12 @@ * Contains common methods used to process jdbc requests. */ abstract class JdbcHandlerBase { - /** {@link SqlQueryType}s allowed in JDBC select statements. **/ public static final Set<SqlQueryType> SELECT_STATEMENT_QUERIES = Set.of( SqlQueryType.QUERY, SqlQueryType.EXPLAIN ); - /** {@link SqlQueryType}s allowed in JDBC update statements. **/ - public static final Set<SqlQueryType> UPDATE_STATEMENT_QUERIES = Set.of(DML, DDL, KILL); Review Comment: was not used -- 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