zuston commented on code in PR #1712:
URL: 
https://github.com/apache/incubator-uniffle/pull/1712#discussion_r1609445025


##########
common/src/main/java/org/apache/uniffle/common/config/RssConf.java:
##########
@@ -57,6 +57,10 @@ public Set<String> getKeySet() {
     return Sets.newHashSet();
   }
 
+  public Object getObject(String key, Object defaultValue) {

Review Comment:
   Used by reconfigurableManager to check whether the prev value is same with 
the latest value, and then output the log if they are different.



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