Kangs-Claw commented on PR #10187:
URL: https://github.com/apache/gravitino/pull/10187#issuecomment-3995966373

   Addressed feedback from @jerryshao:
   
   - Removed null check for request body in `createSchema` and `createMetalake` 
methods, as Jersey/Jackson handles nullability.
   - Moved logging statement before try block to avoid NPE.
   - Kept null-safe catch block for defensive programming.
   - Removed unit tests for null request scenarios as they are not valid cases.
   
   Updated in commit b5223a38d


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