justinmclean opened a new issue, #7637:
URL: https://github.com/apache/gravitino/issues/7637

   ### What would you like to be improved?
   
   Adding this to `testGetStringIdFromComment` will fail:
   ```
       // Test comment with trailing characters after the id
       String commentWithExtra = commentWithId + " extra)";
       StringIdentifier idFromCommentExtra = 
StringIdentifier.fromComment(commentWithExtra);
       Assertions.assertEquals(stringId.id(), idFromCommentExtra.id());
   ```
   
   ### How should we improve?
   
   Update core/src/main/java/org/apache/gravitino/StringIdentifier.java so test 
passes.


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