Vladsz83 commented on code in PR #9987:
URL: https://github.com/apache/ignite/pull/9987#discussion_r859971272


##########
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/planner/LimitOffsetPlannerTest.java:
##########
@@ -40,6 +41,24 @@ public class LimitOffsetPlannerTest extends 
AbstractPlannerTest {
     /** Row count in table. */
     private static final double ROW_CNT = 100d;
 
+    /** Tests Exchange goes before Sort and limit. */
+    @Test
+    public void testLimitExchange() throws Exception {

Review Comment:
   Reverted



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

Reply via email to