This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 9b64914eee9 IGNITE-26995 Introduce Locker.shouldRelease method (#6973)
add 84c04db1861 IGNITE-26927 Fix SQL next page prefetch logic (#6950)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/ignite/lang/ErrorGroups.java | 3 +
.../client/handler/ClientResourceRegistry.java | 6 +-
.../client/handler/ClientResourceRegistryTest.java | 6 +-
.../internal/client/sql/ClientAsyncResultSet.java | 199 ++++++++++++---------
.../ignite/internal/sql/SyncResultSetAdapter.java | 31 +---
modules/platforms/cpp/ignite/common/error_codes.h | 1 +
modules/platforms/cpp/ignite/odbc/common_types.cpp | 2 +
.../platforms/dotnet/Apache.Ignite/ErrorCodes.g.cs | 3 +
.../sql/api/ItSqlClientSynchronousApiTest.java | 30 +++-
.../internal/sql/api/ItSqlSynchronousApiTest.java | 14 ++
10 files changed, 181 insertions(+), 114 deletions(-)