korlov42 commented on code in PR #4409: URL: https://github.com/apache/ignite-3/pull/4409#discussion_r1773045127
########## modules/jdbc/src/integrationTest/java/org/apache/ignite/jdbc/ItJdbcComplexQuerySelfTest.java: ########## @@ -210,7 +210,7 @@ public void testWrongArgumentType() throws Exception { // Check non-indexed field. JdbcTestUtils.assertThrowsSqlException( "Invalid input string for type INTEGER: \"B\"", - () -> stmt.executeQuery("select * from PUBLIC.Org where name = 2")); + () -> stmt.executeQuery("select * from PUBLIC.Org where name::INTEGER = 2")); Review Comment: prior to my patch this test were checking runtime errors, so I decided to preserve this particular behavior -- 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