zstan commented on code in PR #4422: URL: https://github.com/apache/ignite-3/pull/4422#discussion_r1773323901
########## modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/client/ItThinClientSqlTest.java: ########## @@ -398,18 +398,18 @@ void testResultSetMapping(boolean useStatement) { @ValueSource(booleans = {true, false}) void testResultSetMappingAsync(boolean useStatement) { IgniteSql sql = client().sql(); - String query = "select 1 as num, concat('hello ', ?) as str"; + String query = "select 1 + ? as num, concat('hello ', ?) as str"; Review Comment: cause i change Pojo.class field from int to long for "testResultSetMapping" test, so for such a test i have 2 options: 1. fix sql int + int will derive long and it passed 2. append additional Pojo for such a case I choose p1. -- 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-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org