xtern commented on code in PR #6566:
URL: https://github.com/apache/ignite-3/pull/6566#discussion_r2480291545
##########
modules/jdbc/src/main/java/org/apache/ignite/jdbc/IgniteJdbcDriver.java:
##########
@@ -316,8 +316,9 @@ private static TcpIgniteClient createIgniteClient(
throw new IgniteClientConnectionException(
CONNECTION_ERR,
- IgniteStringFormatter.format("Connection to node
aborted, "
- + "because node doesn't support new JDBC
driver [name={}, address={}]", node.name(), node.address()),
+ IgniteStringFormatter.format("Connection to node
aborted, because the node does not support "
+ + "the feature required by the driver being
used. Please use a previous version of the JDBC driver "
Review Comment:
Changed to "compatible version".
--
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]