justinmclean opened a new issue, #7523:
URL: https://github.com/apache/gravitino/issues/7523

   ### What would you like to be improved?
   
   ```
   if (stringValue == null) {
         // To ensure that a null value is not set in the configuration
         LOG.warn("Config {} value to set is null, ignore setting to Config.", 
stringValue);
         return;
       }
   ```
   
   If stringValue is null then it shouldn't be used in the log messages
   
   ### How should we improve?
   
   Use key instead?


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

Reply via email to