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

   ### What would you like to be improved?
   
   In 
clients/client-java/src/main/java/org/apache/gravitino/client/BaseSchemaCatalog.java
 in the constructor, it would be possible to have an NPE if catalogNamespace is 
null. The existing check checks if it not null AND has a length of one. If 
there was a length of zero the call to catalogNamespace.level(0) would be 
unlikely to work.
   
   ### How should we improve?
   
   Chack and fix if needed.


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