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 07:34:59 UTC

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

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


##########
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:
   I believe the proper fix is to move 11 at the end



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