Roman Kondakov created IGNITE-7447: -------------------------------------- Summary: SQL: Wrong {{BatchUpdateException}} error code if request fails on remote node. Key: IGNITE-7447 URL: https://issues.apache.org/jira/browse/IGNITE-7447 Project: Ignite Issue Type: Bug Components: jdbc, sql Affects Versions: 2.3 Reporter: Roman Kondakov
If request fails on remote node (i.e. because of the data conversion), we get wrong error code inĀ {{BatchUpdateException}}. For example in test {{JdbcThinBatchSelfTest#testBatchDeleteExceptionPrepared}} returned code should be {{SqlStateCode.CONVERSION_FAILED}} due to wrong argument type, but have {{SqlStateCode.INTERNAL_ERROR}}. -- This message was sent by Atlassian JIRA (v7.6.3#76005)