nikitanagar08 opened a new pull request, #10196: URL: https://github.com/apache/gravitino/pull/10196
## Summary - Fixed NPE in `MetalakeOperations.createMetalake()` when request body is null - Added null check that returns BAD_REQUEST with appropriate error message - Added test case `testCreateMetalakeWithNullRequest()` to verify the fix ## Fixes Fixes #10123 ## Test Plan - Added `testCreateMetalakeWithNullRequest()` test in `TestMetalakeOperations.java` - Tests null request body handling with BAD_REQUEST response verification 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
