pan3793 commented on code in PR #5480:
URL: https://github.com/apache/kyuubi/pull/5480#discussion_r1365466952
##########
kyuubi-hive-jdbc/src/main/java/org/apache/kyuubi/jdbc/hive/KyuubiConnection.java:
##########
@@ -700,7 +700,9 @@ SSLConnectionSocketFactory getTwoWaySSLSocketFactory()
throws SQLException {
}
private void openSession() throws SQLException {
- TOpenSessionReq openReq = new TOpenSessionReq();
+ // Server responses are the same if TProtocolVersion >=
HIVE_CLI_SERVICE_PROTOCOL_V6
Review Comment:
also cc Hive experts @wangyum
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]