justinmclean opened a new issue, #7515:
URL: https://github.com/apache/gravitino/issues/7515
### What would you like to be improved?
This test if added (to say testGetStringIdFromComment) will fail:
```
// Test comment contains parentheses but not the Gravitino prefix
String comment2 = "A comment (other info)";
Assertions.assertNull(StringIdentifier.fromComment(comment2));
```
### How should we improve?
Change fromComment so that the above 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]