Vladsz83 commented on a change in pull request #9606:
URL: https://github.com/apache/ignite/pull/9606#discussion_r757465927
##########
File path:
modules/calcite/src/test/sql/subquery/any_all/test_uncorrelated_any_subquery.test
##########
@@ -79,3 +79,53 @@ NULL NULL
1 NULL
2 NULL
3 true
+
+query IT
+SELECT i, i <> ANY(SELECT i FROM integers WHERE i>2) FROM integers ORDER BY i
NULLS FIRST
Review comment:
Same here. Actual: Actual: [[1, true], [2, true], [3, false], [null,
null]]. Nulls are last.
--
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]