AMashenkov commented on code in PR #1583:
URL: https://github.com/apache/ignite-3/pull/1583#discussion_r1091755449
##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItSecondaryIndexTest.java:
##########
@@ -757,7 +774,56 @@ public void testIndexedNullableFieldGreaterThanFilter() {
}
/**
- * Test scan correclty handle 'nulls' when range condition is used.
+ * Test index search bounds merge.
+ */
+ @Test
+ public void testIndexBoundsMerge() {
+ assertQuery("SELECT id FROM Developer WHERE depId < 2 AND depId < ?")
Review Comment:
Also, I'd check plans against master and make an additional check here to be
sure bounds are merged as expected.
--
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]