ygerzhedovich commented on code in PR #1721:
URL: https://github.com/apache/ignite-3/pull/1721#discussion_r1124591676


##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItJoinTest.java:
##########
@@ -794,17 +794,14 @@ public void testNatural(JoinType joinType) {
     @ParameterizedTest(name = "join algo : {0}, index present: {1}")
     @MethodSource("joinTypes")
     @WithSystemProperty(key = "IMPLICIT_PK_ENABLED", value = "true")
-    public void testIsNotDistinctFrom(JoinType joinType, boolean indexScan) {
-        if (indexScan) {
-            // TODO: https://issues.apache.org/jira/browse/IGNITE-18468 Index 
scan eventually return partial data.

Review Comment:
   should be the ticket IGNITE-18468 closed after merging the PR?



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