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