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

   ### What would you like to be improved?
   
   In the `appendNecessaryProperties` method, properties is checked for null in 
line 174 but still could be null in the if statement at line 184:
   ```
   if (!properties.containsKey(REPLICATION_FACTOR)) 
   ```
   
   ### How should we improve?
   
   Change code to avoid possible NPE.


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