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 2022/12/19 11:27:15 UTC

[GitHub] [ignite-3] zstan commented on a diff in pull request #1449: IGNITE-17271 Sort out sqlogic tests

zstan commented on code in PR #1449:
URL: https://github.com/apache/ignite-3/pull/1449#discussion_r1052097560


##########
modules/runner/src/integrationTest/sql/function/generic/test_coalesce.test:
##########
@@ -45,7 +45,7 @@ statement ok
 INSERT INTO test3 VALUES (null, 22), (12, null), (13, 22)
 
 query T
-SELECT COALESCE(CAST(a AS VARCHAR), 11) FROM test3 ORDER BY a;
+SELECT COALESCE(CAST(a AS VARCHAR), 11) as b FROM test3 ORDER BY b;

Review Comment:
   done, also all others previous discussed issues are changed too. check plz ?



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