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 2021/11/26 12:29:06 UTC

[GitHub] [ignite] Vladsz83 commented on a change in pull request #9606: IGNITE-15603 Unignore correlated queries script tests

Vladsz83 commented on a change in pull request #9606:
URL: https://github.com/apache/ignite/pull/9606#discussion_r757462281



##########
File path: modules/calcite/src/test/sql/subquery/any_all/test_uncorrelated_all_subquery.test
##########
@@ -123,6 +132,14 @@ NULL	false
 2	false
 3	false
 
+query IT
+SELECT i, i <> ANY(SELECT i FROM integers WHERE i>10) FROM integers ORDER BY i NULLS FIRST;

Review comment:
       Does it actually work? The result seems to be `Actual:   [[1, false], [2, false], [3, false], [null, false]]` . No nulls-first




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