ygerzhedovich commented on code in PR #2757:
URL: https://github.com/apache/ignite-3/pull/2757#discussion_r1373105223


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/storage/InternalTableImpl.java:
##########
@@ -1829,9 +1830,8 @@ public void request(long n) {
                 if (n <= 0) {
                     cancel(null, true);
 
-                    subscriber.onError(new 
IllegalArgumentException(IgniteStringFormatter
-                            .format("Invalid requested amount of items 
[requested={}, minValue=1]", n))
-                    );
+                    subscriber.onError(new IllegalArgumentException(
+                            format("Invalid requested amount of items 
[requested={}, minValue=1]", n)));

Review Comment:
   it's not the true - 
https://cwiki.apache.org/confluence/pages/diffpagesbyversion.action?pageId=199534707&selectedPageVersions=15&selectedPageVersions=14



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to