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