Abyss-lord commented on PR #6912: URL: https://github.com/apache/gravitino/pull/6912#issuecomment-2800514087
Hi @jerqi , I've completed the code updates and would appreciate your review of the PR when you have a moment. Here's a summary of the commits: 1. Use instanceof instead of `getClass() `for flexible type checking. 2. Use `Objects.equals()` for null-safe equality comparisons to prevent `NullPointerException`. -- 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]
