Vladsz83 commented on code in PR #9987:
URL: https://github.com/apache/ignite/pull/9987#discussion_r855166817
##########
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/CalciteQueryProcessorTest.java:
##########
@@ -1049,6 +1049,27 @@ public void quantifiedCompTest() throws
InterruptedException {
.returns(13d)
.check();
+ assertQuery(client, "select salary from account where salary > SOME
(10, 11) ORDER BY salary OFFSET 1")
Review Comment:
Yep. Test `testLimitOffset()` looks enough.
--
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]