timoninmaxim commented on code in PR #10767:
URL: https://github.com/apache/ignite/pull/10767#discussion_r1227906760
##########
modules/indexing/src/test/java/org/apache/ignite/cache/query/IndexQueryLimitTest.java:
##########
@@ -113,18 +110,14 @@ public void testSetLimit() throws Exception {
/** */
private void checkRangeQueries(int duplicates) throws Exception {
- // Query empty cache.
IndexQuery<Long, Person> qry = new IndexQuery<>(Person.class, IDX);
Review Comment:
Unused variable
--
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]