You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by am...@apache.org on 2022/02/01 14:41:36 UTC

[ignite-3] branch main updated (9aed461 -> 1b3fdab)

This is an automated email from the ASF dual-hosted git repository.

amashenkov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git.


    from 9aed461  IGNITE-16433 Disabled some tests regard to local state recovery. Fixes #610
     add 1b3fdab  IGNITE-16269 Added max rows support to JDBC cursor. (#592)

No new revisions were added by this update.

Summary of changes:
 .../client/handler/JdbcQueryEventHandlerImpl.java  |   9 +-
 .../handler/requests/sql/JdbcQueryCursor.java      | 108 +++++++++++++++++++++
 .../runner/app/jdbc/ItJdbcStatementSelfTest.java   |   2 -
 3 files changed, 116 insertions(+), 3 deletions(-)
 create mode 100644 modules/client-handler/src/main/java/org/apache/ignite/client/handler/requests/sql/JdbcQueryCursor.java