a638011 opened a new pull request, #10135: URL: https://github.com/apache/gravitino/pull/10135
### What changes were proposed in this pull request? Fix a potential NullPointerException in AlterFilesetFailureEvent when filesetChanges is null. ### Why are the changes needed? When filesetChanges is null, the constructor calls filesetChanges.clone() which throws NPE. This can happen in failure scenarios where the changes array is not available. Fix issue #10134 ### Does this PR introduce any user-facing changes? No ### How was this patch tested? Added unit test AlterFilesetFailureEventTest that verifies null filesetChanges does not throw NPE. -- 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]
