jerryshao commented on code in PR #5847:
URL: https://github.com/apache/gravitino/pull/5847#discussion_r1883497127


##########
api/src/main/java/org/apache/gravitino/SupportsTags.java:
##########
@@ -17,11 +17,12 @@
  * under the License.
  */
 
-package org.apache.gravitino.tag;
+package org.apache.gravitino;
 
 import org.apache.gravitino.annotation.Evolving;
 import org.apache.gravitino.exceptions.NoSuchTagException;
 import org.apache.gravitino.exceptions.TagAlreadyAssociatedException;
+import org.apache.gravitino.tag.Tag;

Review Comment:
   Why do we do such changes in the API level? It will basically break the 
compatibility. If there's no strong reason, we should not do a such change.



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