dengzhhu653 commented on code in PR #3674:
URL: https://github.com/apache/hive/pull/3674#discussion_r998853885
##########
jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java:
##########
@@ -850,7 +851,7 @@ private String getJWTStringFromSession() {
* @return TTransport
* @throws TTransportException
*/
- private TTransport createUnderlyingTransport() throws TTransportException {
+ private TTransport createUnderlyingTransport(int maxMessageSize) throws
TTransportException {
TTransport transport = null;
Review Comment:
nit: we can get this `maxMessageSize` through `getMaxMessageSize()` in the
method instead by passing an argument.
--
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]