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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]