zstan commented on code in PR #1583:
URL: https://github.com/apache/ignite-3/pull/1583#discussion_r1092306251


##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/planner/PlannerTest.java:
##########
@@ -428,6 +430,69 @@ public IgniteDistribution distribution() {
         assertEquals(3, plan.fragments().size());
     }
 
+    /** Tests bounds merge. */
+    @Test
+    public void testBoundsMerge() throws Exception {

Review Comment:
   unfortunately for now it\`s hard to make a stable test with different index 
usage, we can of course make a different table and DESC index but seems it 
didn`t need to change a bound ranges. I check all cases manually and it seems 
work well.



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