alex-plekhanov commented on a change in pull request #9606:
URL: https://github.com/apache/ignite/pull/9606#discussion_r758228569
##########
File path:
modules/calcite/src/test/sql/subquery/scalar/test_scalar_subquery.test
##########
@@ -101,9 +101,23 @@ SELECT a, (SELECT SUM(b) FROM test tsub WHERE
test.a=tsub.a) FROM test
12 21.000000
13 22.000000
-query II
+statement error
Review comment:
Hm. Don't know why this test was marked as `statement error`. I don't
see any problem with this query too.
Fixed, thanks.
##########
File path:
modules/calcite/src/test/sql/subquery/scalar/test_scalar_subquery.test_ignore
##########
@@ -102,29 +102,18 @@ SELECT a, (SELECT SUM(b) FROM test tsub WHERE
test.a=tsub.a) FROM test
12 21.000000
13 22.000000
-query II
+statement error
Review comment:
Fixed, thanks
--
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]