shuliga commented on a change in pull request #6997: IGNITE-12189: Implement 
correct limit for TextQuery
URL: https://github.com/apache/ignite/pull/6997#discussion_r338094461
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/GridCacheQueryFutureAdapter.java
 ##########
 @@ -57,6 +57,9 @@
     /** Logger reference. */
     private static final AtomicReference<IgniteLogger> logRef = new 
AtomicReference<>();
 
+    /** */
+    private static final int NO_LIMIT = -1;
 
 Review comment:
   I have updated the original [PR](https://github.com/apache/ignite/pull/6917) 
with special flag `limitReached` and hav corrected the JavaDocs. Please review.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to