oleg-zinovev commented on code in PR #12096:
URL: https://github.com/apache/ignite/pull/12096#discussion_r3069402958
##########
modules/calcite/src/test/sql/subquery/scalar/test_complex_correlated_subquery.test_ignore:
##########
@@ -111,10 +111,6 @@ SELECT i, (SELECT SUM(s1.i) FROM integers s1 FULL OUTER
JOIN integers s2 ON s1.i
# REQUIRE(CHECK_COLUMN(result, 0, {Value(), 1, 2, 3}));
# REQUIRE(CHECK_COLUMN(result, 1, {6, 6, 9, 12}));
-# correlated expression inside window function not supported
-statement error
-SELECT i, (SELECT row_number() OVER (ORDER BY i)) FROM integers i1 ORDER BY i;
-
Review Comment:
I’ve moved the test since it’s now supported. I’ll put the query back into
this file.
modules/calcite/src/test/sql/subquery/scalar/test_complex_correlated_subquery.test:73
--
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]