timoninmaxim commented on a change in pull request #9407:
URL: https://github.com/apache/ignite/pull/9407#discussion_r715564925
##########
File path:
modules/indexing/src/test/java/org/apache/ignite/cache/query/IndexQueryRangeTest.java
##########
@@ -253,8 +253,8 @@ public void checkRangeQueries() {
/** */
public void checkRangeDescQueries() {
// Query empty cache.
- IndexQuery<Long, Person> qry = new IndexQuery<Long,
Person>(Person.class, IDX)
- .setCriteria(lt("id", Integer.MAX_VALUE));
+ IndexQuery<Long, Person> qry = new IndexQuery<Long,
Person>(Person.class, DESC_IDX)
+ .setCriteria(lt("descId", Integer.MAX_VALUE));
Review comment:
This is a misprint in test. The method tests DESC_IDX, but before this
change it checks IDX instead. So I fix this mistake
--
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]