jerqi commented on code in PR #9018:
URL: https://github.com/apache/gravitino/pull/9018#discussion_r2548795005
##########
core/src/main/java/org/apache/gravitino/tag/TagDispatcher.java:
##########
@@ -63,7 +63,8 @@ public interface TagDispatcher {
* @param properties The properties of the tag.
* @return The created tag.
*/
- Tag createTag(String metalake, String name, String comment, Map<String,
String> properties);
+ Tag createTag(String metalake, String name, String comment, Map<String,
String> properties)
Review Comment:
Why do need to throws Exception here?
##########
core/src/main/java/org/apache/gravitino/tag/TagDispatcher.java:
##########
@@ -63,7 +63,8 @@ public interface TagDispatcher {
* @param properties The properties of the tag.
* @return The created tag.
*/
- Tag createTag(String metalake, String name, String comment, Map<String,
String> properties);
+ Tag createTag(String metalake, String name, String comment, Map<String,
String> properties)
Review Comment:
Why do need to throw Exception here?
--
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]