PCloud63514 opened a new pull request, #9118:
URL: https://github.com/apache/gravitino/pull/9118

   ### What changes were proposed in this pull request?
   
   - I fixed a piece of code in TableCreateRequest.validate that could 
potentially cause a NPE.
   
   ### Why are the changes needed?
   
   - Added null check for updates list in request validation.
   
   Fix: #9095 
   
   ### Does this PR introduce _any_ user-facing change?
   
   - no.
   - This change only corrects internal exception handling logic, with no 
modification to public APIs or user-visible behavior.
   
   ### How was this patch tested?
   
   - No new tests added, since this only fixes the caught exception type.
   - Ensured all existing tests continue to pass.
   


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