Skip to content

IGNITE-26354 Jdbc. ResultSet backed by thin client without data accessors#6530

Merged
korlov42 merged 9 commits into
apache:jdbc_over_thin_sqlfrom
gridgain:ignite-26354
Sep 15, 2025
Merged

IGNITE-26354 Jdbc. ResultSet backed by thin client without data accessors#6530
korlov42 merged 9 commits into
apache:jdbc_over_thin_sqlfrom
gridgain:ignite-26354

Conversation

@lowka
Copy link
Copy Markdown
Contributor

@lowka lowka commented Sep 2, 2025

Adds jdbc ResultSet backed by thin client's ResultSet implementation of accessor methods.

https://issues.apache.org/jira/browse/IGNITE-26354


Thank you for submitting the pull request.

To streamline the review process of the patch and ensure better code quality
we ask both an author and a reviewer to verify the following:

The Review Checklist

  • Formal criteria: TC status, codestyle, mandatory documentation. Also make sure to complete the following:
    - There is a single JIRA ticket related to the pull request.
    - The web-link to the pull request is attached to the JIRA ticket.
    - The JIRA ticket has the Patch Available state.
    - The description of the JIRA ticket explains WHAT was made, WHY and HOW.
    - The pull request title is treated as the final commit message. The following pattern must be used: IGNITE-XXXX Change summary where XXXX - number of JIRA issue.
  • Design: new code conforms with the design principles of the components it is added to.
  • Patch quality: patch cannot be split into smaller pieces, its size must be reasonable.
  • Code quality: code is clean and readable, necessary developer documentation is added if needed.
  • Tests code quality: test set covers positive/negative scenarios, happy/edge cases. Tests are effective in terms of execution time and resources.

Notes

@lowka lowka force-pushed the ignite-26354 branch 5 times, most recently from 1be23b9 to 4db882a Compare September 5, 2025 08:09
Comment thread modules/jdbc/src/main/java/org/apache/ignite/internal/jdbc2/JdbcResultSet.java Outdated
Comment thread modules/jdbc/src/main/java/org/apache/ignite/internal/jdbc2/JdbcResultSet.java Outdated
Comment thread modules/jdbc/src/main/java/org/apache/ignite/internal/jdbc2/JdbcResultSet.java Outdated
Comment thread modules/jdbc/src/main/java/org/apache/ignite/internal/jdbc2/JdbcResultSet.java Outdated
Comment thread modules/jdbc/src/main/java/org/apache/ignite/internal/jdbc2/JdbcResultSet.java Outdated
Comment thread modules/jdbc/src/main/java/org/apache/ignite/internal/jdbc2/JdbcResultSet.java Outdated
Comment thread modules/jdbc/src/main/java/org/apache/ignite/internal/jdbc2/JdbcResultSet.java Outdated
Comment thread modules/jdbc/src/main/java/org/apache/ignite/internal/jdbc2/JdbcResultSet.java Outdated
Comment thread modules/jdbc/src/main/java/org/apache/ignite/internal/jdbc2/JdbcResultSet.java Outdated
Comment thread modules/jdbc/src/main/java/org/apache/ignite/internal/jdbc2/JdbcResultSet.java Outdated
Comment thread modules/jdbc/src/main/java/org/apache/ignite/internal/jdbc2/JdbcResultSet.java Outdated
@lowka lowka requested a review from korlov42 September 12, 2025 08:07
@korlov42 korlov42 merged commit 913e7f9 into apache:jdbc_over_thin_sql Sep 15, 2025
1 check passed
@korlov42 korlov42 deleted the ignite-26354 branch September 15, 2025 10:53
xtern pushed a commit to gridgain/apache-ignite-3 that referenced this pull request Nov 7, 2025
xtern pushed a commit to gridgain/apache-ignite-3 that referenced this pull request Nov 19, 2025
xtern pushed a commit to gridgain/apache-ignite-3 that referenced this pull request Nov 21, 2025
xtern pushed a commit to gridgain/apache-ignite-3 that referenced this pull request Nov 21, 2025
xtern pushed a commit to gridgain/apache-ignite-3 that referenced this pull request Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants