dengzhhu653 commented on code in PR #6042:
URL: https://github.com/apache/hive/pull/6042#discussion_r2453908659
##########
standalone-metastore/metastore-client/src/main/java/org/apache/hadoop/hive/metastore/client/ThriftHiveMetaStoreClient.java:
##########
@@ -763,6 +763,8 @@ private void open() throws MetaException {
LOG.error(errMsg, e);
}
if (isConnected) {
+ // Set the beeline session modified metaConfVars for new HMS
connection
+ overlaySessionModifiedMetaConf();
Review Comment:
for Metastore clients, they can always set the meta conf after the
connection is established, I'm not sure if it's necessary to set the meta conf
on the initialization, for the socket timeout?
--
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]