Auxilus08 commented on issue #7974: URL: https://github.com/apache/gravitino/issues/7974#issuecomment-3167305876
Hi! I'd like to work on this issue. I've already identified the problem and have a fix ready. The issue is in the `removeIdFromComment` method where the fallback case doesn't trim the comment. The fix is simple - change `return comment;` to `return comment.trim();` on line 226. Can this issue be assigned to me? I can submit a PR with the fix and test case. -- 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]
