ivandika3 commented on code in PR #9537:
URL: https://github.com/apache/ozone/pull/9537#discussion_r2637501509
##########
hadoop-hdds/config/src/main/java/org/apache/hadoop/hdds/conf/ConfigurationTarget.java:
##########
@@ -63,4 +63,8 @@ default <T> void setFromObject(T object) {
ConfigurationReflectionUtil.updateConfiguration(this, object);
}
+ default void unset(String key) {
+ set(key, null);
+ }
Review Comment:
Is this planned to be used in the future patches? Does not seem to be used
in this patch.
--
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]