ptupitsyn commented on code in PR #5836:
URL: https://github.com/apache/ignite-3/pull/5836#discussion_r2101564901


##########
modules/table/src/integrationTest/java/org/apache/ignite/internal/threading/ItKvRecordApiThreadingTest.java:
##########
@@ -464,8 +465,8 @@ RecordContext<?> context() {
     }
 
     private enum CommonViewAsyncOperation {
-        QUERY_ASYNC(view -> view.queryAsync(null, null)),
-        QUERY_ASYNC_WITH_INDEX_NAME(view -> view.queryAsync(null, null, null)),
+        QUERY_ASYNC(view -> view.queryAsync(null)),
+        QUERY_ASYNC_WITH_INDEX_NAME(view -> view.queryAsync((Criteria) null, 
null)),

Review Comment:
   User code will break in the same way as this test, let's avoid breaking 
changes.



-- 
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