dengzhhu653 commented on code in PR #6205:
URL: https://github.com/apache/hive/pull/6205#discussion_r2597013270


##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -6550,6 +6550,10 @@ public HiveConf(Configuration other, Class<?> cls) {
     initialize(cls);
   }
 
+  private HiveConf(Configuration other) {

Review Comment:
   This is mainly for internal use, where the HiveConf has loaded beforehand, 
the `cloneConf` method is for casting the `Configuration` to `HiveConf`



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