AMashenkov commented on code in PR #1583:
URL: https://github.com/apache/ignite-3/pull/1583#discussion_r1091768602
##########
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:
Does it make sense to check condition like "col1 IN NOT NULL AND col1 > 1"?
The plan may differs for indices with different null ordering.
--
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]