You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/03/21 11:27:30 UTC

[GitHub] [ignite] alex-plekhanov commented on a change in pull request #9896: IGNITE-16693 Merge JOIN nulls processing

alex-plekhanov commented on a change in pull request #9896:
URL: https://github.com/apache/ignite/pull/9896#discussion_r831003062



##########
File path: modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/exec/rel/MergeJoinExecutionTest.java
##########
@@ -347,6 +403,9 @@ private void verifyJoin(Object[][] left, Object[][] right, JoinRelType joinType,
             Object o1 = r1[2];
             Object o2 = r2[0];
 
+            if (o1 == null && o2 == null)

Review comment:
       Thanks, fixed




-- 
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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org