chenruotao commented on code in PR #4117:
URL: https://github.com/apache/hive/pull/4117#discussion_r1136434101


##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java:
##########
@@ -457,6 +457,10 @@ public boolean isCompatibleWith(Configuration conf) {
     }
     boolean compatible = true;
     for (ConfVars oneVar : MetastoreConf.metaVars) {
+      // METASTORE_TOKEN_SIGNATURE is no need to check

Review Comment:
   do you mean I can save the token with a global variable ? because it is used 
when open connection
   
![image](https://user-images.githubusercontent.com/20615138/225179850-de90b2a9-0f39-4499-9eae-4801b9faf627.png)
   



-- 
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]

Reply via email to