babumahesh commented on issue #8348: URL: https://github.com/apache/gravitino/issues/8348#issuecomment-4164185337
@justinmclean https://github.com/apache/gravitino/blob/main/common/src/main/java/org/apache/gravitino/dto/requests/SchemaUpdatesRequest.java#L43-L61 In SchemaUpdatesRequest.java, there is already a validate() method with preconditions defined for updates. I’ve added an explicit unit test to cover the case where updates is null and to ensure the validation behaves as expected. Please let me know if any additional changes are required. -- 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]
