yurinaryshkin commented on code in PR #10767:
URL: https://github.com/apache/ignite/pull/10767#discussion_r1224300059


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/platform/client/cache/ClientCacheIndexQueryRequest.java:
##########
@@ -57,6 +57,8 @@ public ClientCacheIndexQueryRequest(BinaryRawReaderEx reader) 
{
 
         int part = reader.readInt();
 
+        int limit = reader.readInt();

Review Comment:
   Added new feature INDEX_QUERY_LIMIT and corresponding checks on client and 
server



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to