nizhikov commented on code in PR #11507:
URL: https://github.com/apache/ignite/pull/11507#discussion_r1743554240
##########
modules/core/src/main/java/org/apache/ignite/internal/jdbc/thin/JdbcThinTcpIo.java:
##########
@@ -283,8 +289,8 @@ private HandshakeResult
handshake(ClientListenerProtocolVersion ver) throws IOEx
writer.writeBoolean(connProps.isLazy());
writer.writeBoolean(connProps.isSkipReducerOnUpdate());
- if (ver.compareTo(VER_2_7_0) >= 0)
- writer.writeString(connProps.nestedTxMode());
+ if (ver.compareTo(VER_2_7_0) >= 0 && ver.compareTo(VER_2_17_0) < 0)
Review Comment:
Do we really need these change?
Let's just continue to ignore those value on the client side.
--
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]