-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#5901] feat(core): support tag event to Gravitino server #5998
base: main
Are you sure you want to change the base?
Conversation
@@ -72,7 +85,10 @@ public Tag getTag(String metalake, String name) throws NoSuchTagException { | |||
// TODO: getTagPreEvent | |||
try { | |||
// TODO: getTagEvent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Redundant line?
@@ -121,7 +150,11 @@ public MetadataObject[] listMetadataObjectsForTag(String metalake, String name) | |||
// TODO: listMetadataObjectsForTagPreEvent | |||
try { | |||
// TODO: listMetadataObjectsForTagEvent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Redundant line?
It would be better to turn this PR into a draft before updating the unit tests. |
aba70be
to
42e0f47
Compare
will review the PR until #5944 is merged for some duplicated logic, please wait for a while. |
What changes were proposed in this pull request?
Why are the changes needed?
Fix: #5901
Does this PR introduce any user-facing change?
no
How was this patch tested?