-
Notifications
You must be signed in to change notification settings - Fork 646
feat(core): implement delete with recursive #5762
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
base: main
Are you sure you want to change the base?
Conversation
a54c432
to
9a9958a
Compare
40a2aa7
to
3ad7ce5
Compare
I'm considering another approach. Why don't we implement this functionality in |
Would you like to make it more explicit? What's your current plan? |
I've basically implemented recursive deletion in |
Besides, The logic in |
Or, we could implement RecursiveDeleter based on |
ee717fc
to
701b179
Compare
Which issue does this PR close?
Part of #3922.
Rationale for this change
implement recursive deletion
What changes are included in this PR?
Are there any user-facing changes?