github-actions[bot] opened a new pull request, #8745:
URL: https://github.com/apache/gravitino/pull/8745

   **Description:**
   
   This Pull Request implements the improvement requested in issue #8731.
   
   **The change:**
   A validation check has been added to the **`validate()`** method of the 
inner class **`UpdatePolicyContentRequest`** (found in 
`PolicyUpdateRequest.java`) to ensure that the **`policyType` field is not 
null**.
   
   The check uses `Preconditions.checkArgument(policyType != null, 
"\"policyType\" must not be null")` to align with the existing validation 
patterns in the class.
   
   **Closes Issue:** Fixes #8731


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