Skip to content
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

[#5548] feat(core): add fileset pre event to Gravitino event #5652

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

TungYuChiang
Copy link
Contributor

What changes were proposed in this pull request?

add fileset pre event to Gravitino event

Why are the changes needed?

Fix: #5548

Does this PR introduce any user-facing change?

no

How was this patch tested?

added unit test

	1. add corresponding `FilesetPreEvent`
	2. generate pre-event in `FilesetEventDispatcher`
- Fix coding style
@TungYuChiang TungYuChiang changed the title [#5319] feat(core): add fileset pre event to Gravitino event [#5548] feat(core): add fileset pre event to Gravitino event Nov 23, 2024
import org.apache.gravitino.annotation.DeveloperApi;
import org.apache.gravitino.file.FilesetChange;

@DeveloperApi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add java doc for the class?

@FANNG1
Copy link
Contributor

FANNG1 commented Nov 24, 2024

LGTM except one minor comment, @TungYuChiang could you fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Subtask] add fileset pre event to Gravitino server
2 participants