dengzhhu653 commented on code in PR #6042:
URL: https://github.com/apache/hive/pull/6042#discussion_r2463192764
##########
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:
Thank you. I'm not aware of the retry, makes sense
--
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]